• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

PHP-FPM Issue with new PHP version

yasmagic

New Pleskian
I have enabled remi repo to install PHP-FPM. The following command shows the version:

yum info php-fpm
Loaded plugins: fastestmirror, priorities
Loading mirror speeds from cached hostfile
* asl-3.0: www5.atomicorp.com
* remi: mirrors.mediatemple.net
33 packages excluded due to repository priority protections
Available Packages
Name : php-fpm
Arch : x86_64
Version : 5.4.19
Release : 1.el6.remi
Size : 1.3 M
Repo : remi
Summary : PHP FastCGI Process Manager
URL : http://www.php.net/
License : PHP and Zend and BSD
Description : PHP-FPM (FastCGI Process Manager) is an alternative PHP FastCGI
: implementation with some additional features useful for sites of
: any size, especially busier sites.


If I install PHP-FPM, it looks like it is going to install PHP version 5.4 as we well. I want to stick to PHP 5.3.3 version. How can I install PHP-FPM without installing new PHP 5.4? I have seen issues in the pas the multiple PHP version cause issues.

For example PHP 5.4.17 along with PHP 5.3.3 gives this error:

# php -v
PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib64/php/modules/newrelic.so' - /usr/lib64/php/modules/newrelic.so: undefined symbol: php_end_ob_buffer in Unknown on line 0
PHP Fatal error: Directive 'allow_call_time_pass_reference' is no longer available in PHP in Unknown on line 0

Basically, I want to use PHP-FPM over FastCGI ti improve performance.

Thanks!
 
Back
Top