Issue activating a php extension using PHP Farm
问题 I am implementing a software (Getsy) that requires PHP 5.4 and ZendGuard 6 (ZendGuard). For the occasion I am using an AWS Instance of Ubuntu 14.04. As Ubuntu 14.04 comes with PHP 5.5+ by default, I needed to install PHP 5.4. To do that I installed PHP Farm. To change PHP versions among sites I have this cgi-bin script: #!/bin/sh PHP_FCGI_CHILDREN=3 export PHP_FCGI_CHILDREN PHP_FCGI_MAX_REQUESTS=5000 export PHP_FCGI_MAX_REQUESTS exec /opt/phpfarm/inst/bin/php-cgi-5.4.30 For my specific site