chef-cookbook-php icon indicating copy to clipboard operation
chef-cookbook-php copied to clipboard

A Chef Cookbook for PHP, does not depend on apache and will not use or install pear like the official one.

Results 4 chef-cookbook-php issues
Sort by recently updated
recently updated
newest added

Hehe, I forgot consider the case if no attributes are given. This fixes it. PS: Could not skip the new gitignores in this pull request, sry.

Right now I have to `include_recipe "jolicode-php::ext-fpm` everytime I have to use the `jolicode_php_fpm_pool` resource.

Hi, In the default `php.ini.erb` template, the `session.save_path` is set to `/var/lib/php/session`; on my Ubuntu 12.04 server, that directory does not exist initially. Shouldn't we create that directory beforehand to...