• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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