yevgenko / cookbook-php-fpm

Installs/Configures php-fpm
http://community.opscode.com/cookbooks/php-fpm
Apache License 2.0
68 stars 117 forks source link

Disabling security.limit_extensions with Ubuntu 10.04 #54

Closed brint closed 10 years ago

brint commented 10 years ago

This is for adding support for Ubuntu 10.04. The security.limit_extensions was added in with PHP 5.3.9, Ubuntu 10.04 packaged 5.3.2.

PS - Ubuntu 10.04 will be EOL in April 2015. Just trying to add up some backwards compatibility in another cookbook. The only other thing people will need to do is to ensure they set the :process_manager to static or dynamic. The ondemand option came in later.