Home > Article > Backend Development > Problems with installing php extensions on ubuntu14.14, ubuntu14.14php_PHP tutorial
I installed lnmp on ubuntu14.14. Partially extended. All have been installed, but when I used apt-get to install the redis and curl extensions, my configurations were all set, but there were no responding configuration items from phpinfo.
So I looked for the configuration file loaded in my phpinfo under /etc/php5/fpm/php.ini. I used the php -i command and php -m to see that the configuration files I loaded were all under cli. After configuring etc/php5/fpm/php.ini, I restarted fpm and used sudo /etc/init.d/php5-fpm restart but there was no echo prompt . After checking a lot of information on the Internet, I finally found an article about the introduction of ubntu server 14.04 or above, which details the changes to the startup method of the php5-fpm service. Read it. well. . . Thank you to this great god. But using service xxx restart there is no such problem. Thank you to this great god.
Article link http://www.cnxct.com/php5fpm-start-with-service-method-was-changed-on-ububtu-server-1404/