Julian
Julian
@bastelfreak when do you want to make a release? because my time capacity is a little bit low right now (DSGVO/GDPR).
@ekohl this is the PR @jkroepke is talking about https://github.com/voxpupuli/puppet-php/pull/430#issuecomment-392922926
trying to get the tests running locally. ``` fatal: cannot create directory at 'spec/vcr/GitHubChangelogGenerator_OctoFetcher/_fetch_closed_issues_and_pr/when_API_ca ll_is_valid/returns_issue_with_proper_key': Filename too long ```
i think it is a cool thing if we support multiversion but i think multi version support can be cumbersome, often extensions are installed for the wrong php version. see...
some problem here, please rename. v0.9.0 maybe tar the fixtures and untar them on demand
this pr is a bc break, so if this module should follow semver, it would require a major version number increase. of course i am for good defaults, but it...
my suggestion would be to add a boolean flag named `harden` and only if this is set to `true` the harden settings will be applied (and can still by overriden...
i tried to install php 5.6 on debian9 with sury and it didn't work because of how the globals currently work: ``` case $globals_php_version { /^7\.[0-9]/: { $default_config_root = "/etc/php/${globals_php_version}"...
same here. i have not fully tracked it down, but i am sure it is because of debian9 has a different extensions compiled its core. so they are not available...
puppet: 4.10.0 debian: stretch module: forge -> 5.1.0 i silenced the php module by using this hiera: ``` php::extensions: bcmath: {} bz2: {} curl: {} dba: {} gd: {} igbinary:...