boxen / puppet-php

PHP ALL THE BOXEN
boxen.github.com
MIT License
11 stars 29 forks source link

Disable PEAR by default #92

Open alexmace opened 8 years ago

alexmace commented 8 years ago

I'd like to propose disabling the installation of PEAR with PHP, for a few reasons.

So I would propose that this module, by default, does not include PEAR with PHP. A heira config would be added to allow the installation of it.

I can submit a PR for this if it is something we can do.

jacobbednarz commented 8 years ago

I'm in favour of this idea however removing PEAR by default would be a huge step. Instead, I'd rather drop it in with backwards compatibility and allow people to flip this off if they want to and then when upstream PHP drops it, we can just flip the default.

Does that make sense?