Pascal Cremer

Results 5 comments of Pascal Cremer

I basically c+p it from the Lime2 root folder (and just did one minor change). I ran all the test you provided with the framework and everything went well, but...

@mattheath I wouldn't say that a per-project php.ini is necessary for now. It would be sufficient to have control over the php.ini for a specific PHP version. It's not a...

That's what I'm talking about :) Declaring the php.ini at a higher level would be sufficient. What about: ``` puppet define php::version( $ensure = 'installed', $version = $name, $php_ini =...