nginx - php vs. php-fpm version mismatch after upgrade -


i running custombuild directadmin configuration php 5.4 , nginx. first trying upgrade php 5.6 via yum, had no luck. later on told me have upgrade via custombuild. rebuild everything.

php -v give me version 5.6, php-fpm -v still stuck @ version 5.4.

i'm running selfhosted crm system (build in codeigniter) uses php-fpm forwarders inside nginx.conf , software keeps complaining i'm in php version 5.4. when place phpinfo() in directory of software, shows me php in version 5.6.

so looks me has php-fpm version. how can upgrade 5.6?


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -