How did you get php 5.6.x to work with php-fpm under plesk 12?
MY issue so far: compiled and installed php 5.5.17 and php 5.6.1, registered both in Plesk, configured apcu and zend opc,...
But the php-environment is not persistent, meaning: apache calls eg php 5.6.1, executes script (saves session data) and then ends. Yet the cache data (APCu, ZendOp) is gone too.
So far it seems its due to fcgi/cgi but... not sure imho switchign to php-fpm would help (and reduce that idiotic time to restart php-environment).
---
Any hint on how to activate php-fpm for 5.6.x and to solve my problem appreciated...
kbi on :
MY issue so far: compiled and installed php 5.5.17 and php 5.6.1, registered both in Plesk, configured apcu and zend opc,...
But the php-environment is not persistent, meaning: apache calls eg php 5.6.1, executes script (saves session data) and then ends. Yet the cache data (APCu, ZendOp) is gone too.
So far it seems its due to fcgi/cgi but... not sure imho switchign to php-fpm would help (and reduce that idiotic time to restart php-environment).
---
Any hint on how to activate php-fpm for 5.6.x and to solve my problem appreciated...
Jari Turkia on :
- http://blog.hqcodeshop.fi/archives/136-CentOS-6-PHP-5.4-and-5.5-for-Parallels-Plesk-Panel-10+.html
- http://blog.hqcodeshop.fi/archives/174-CentOS-6-PHP-5.4-and-5.5-yum-repository.html
- http://blog.hqcodeshop.fi/archives/230-Parallels-Plesk-Panel-updated-PHP-versions-5.4.32,-5.5.16-and-5.6.0.html
I'm currently working with CentOS 7 versions of these and they are pretty much ready. I'm simply finalizing them.
Based on that, I'll create an improved package of CentOS 7 PHP 5.6 with new features, including ZendOp.