puppet-php icon indicating copy to clipboard operation
puppet-php copied to clipboard

Puppet module to manage PHP

Results 21 puppet-php issues
Sort by recently updated
recently updated
newest added

Added pcre_jit parameter. PCRE Whether PCRE's just-in-time compilation is going to be used. Available since PHP 7.0.0., default value "1" Source: https://www.php.net/manual/en/pcre.configuration.php#ini.pcre.jit

Hi, I want to add this extension 'rdkafka.so' to my php.ini file, Can you please define this in ini.pp file ? extension='' and in template file: extension =

PHP 5.6 is not in RHEL repositories, and there is no code to add the [remi-php56](http://blog.famillecollet.com/post/2014/03/02/New-repository-remi-php56) repository in the puppet manifests.

Good day. First of all I would like to thank you for creating such good module. Just a small question. Do you plan to add hiera / foreman support to...

Provides support for creating systemd socket-based activation of on-demand PHP-FPM daemons. Defines `php::fpm::systemd-socket-conf` that will create the corresponding systemd `.socket` and `.service` configurations. Multiple pools may be created using separate...

I opted to add a new facter to get the Ubuntu release. If you have any questions, let me know. Thanks!

In PHP >= 5.5 the directory returned by sys_get_temp_dir() is configurable for when the regular system temporary folder is unusable.

I'm trying to override params so I can use it with Ubuntu 16.04 (and PHP 7.0), but it keeps looking for php 5 packages. Maybe the use of basedirs is...