码迷,mamicode.com
首页 > Web开发 > 详细

Ubuntu php7.0.33 升级 php7.2.24

时间:2019-11-24 22:24:42      阅读:371      评论:0      收藏:0      [点我收藏+]

标签:pos   prope   config   mysql   rop   err   str   sudo   repo   

An uncaught Exception was encountered

Type: TypeError

Message: Return value of Elasticsearch\ClientBuilder::buildLoggers() must be an instance of Elasticsearch\void, none returned

sudo apt-get install python-software-properties
sudo add-apt-repository ppa:ondrej/php
sudo apt-get update
sudo apt-get install -y php7.2

php -v 验证

sudo apt-get install php7.2-fpm
sudo apt-get install php7.2-mbstring
sudo apt-get install php7.2-xml
sudo apt-get install php7.2-dev
sudo apt-get install php7.2-mysql
sudo apt-get install php7.2-sqlite3 php7.2-tidy php7.2-curl

git clone https://github.com/phpredis/phpredis
cd phpredis/
phpize
which php-config7.2
./configure --with-php-config=/usr/bin/php-config7.2
make
make test
sudo make install

修改php.ini
extension=redis.so

修改nginx
#fastcgi_pass 127.0.0.1:9000;
fastcgi_pass unix:/run/php/php7.2-fpm.sock;

Ubuntu php7.0.33 升级 php7.2.24

标签:pos   prope   config   mysql   rop   err   str   sudo   repo   

原文地址:https://blog.51cto.com/rhino/2453013

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!