Re: [PHP-DEV] an configure option to enable-all

2012-09-18 Thread Pierre Joye
hi, On Mon, Sep 17, 2012 at 7:54 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: Something like the attached patch could work, but that means we would have to update all the config.m4s :] As far as I remember, the enable/disable option default behavior is what is used in the --help. So

Re: [PHP-DEV] an configure option to enable-all

2012-09-18 Thread Derick Rethans
On Mon, 17 Sep 2012, Hannes Magnusson wrote: On Mon, Sep 17, 2012 at 9:59 AM, jpauli jpa...@php.net wrote: I'm confused.. --enable-all is already supported, just like --disable-all ? -Hannes AFAIR no :) We have a --disable-all , but no --enable-all. I'm +1 to add such an option

Re: [PHP-DEV] an configure option to enable-all

2012-09-18 Thread Pierre Joye
On Tue, Sep 18, 2012 at 2:15 PM, Derick Rethans der...@php.net wrote: Can you please explain to me how it is not working? ~/Sources/php/php-5.3 (PHP-5.3) $ ./configure --enable-all configure: error: Cannot find enchant And no, ext/enchant is not enabled by default. The Windows buildsystem

Re: [PHP-DEV] an configure option to enable-all

2012-09-18 Thread Hannes Magnusson
On Tue, Sep 18, 2012 at 8:59 AM, Pierre Joye pierre@gmail.com wrote: hi, On Mon, Sep 17, 2012 at 7:54 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: Something like the attached patch could work, but that means we would have to update all the config.m4s :] As far as I remember,

Re: [PHP-DEV] an configure option to enable-all

2012-09-17 Thread jpauli
I'm confused.. --enable-all is already supported, just like --disable-all ? -Hannes AFAIR no :) We have a --disable-all , but no --enable-all. I'm +1 to add such an option if possible :) Julien.P -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] an configure option to enable-all

2012-09-17 Thread Sebastian Krebs
2012/9/17 jpauli jpa...@php.net I'm confused.. --enable-all is already supported, just like --disable-all ? -Hannes AFAIR no :) We have a --disable-all , but no --enable-all. I'm +1 to add such an option if possible :) Julien.P I don't like the idea, because once --enable-all is

Re: [PHP-DEV] an configure option to enable-all

2012-09-17 Thread Hannes Magnusson
On Mon, Sep 17, 2012 at 9:59 AM, jpauli jpa...@php.net wrote: I'm confused.. --enable-all is already supported, just like --disable-all ? -Hannes AFAIR no :) We have a --disable-all , but no --enable-all. I'm +1 to add such an option if possible :) Can you please explain to me how it is

Re: [PHP-DEV] an configure option to enable-all

2012-09-17 Thread jpauli
On Mon, Sep 17, 2012 at 2:48 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Mon, Sep 17, 2012 at 9:59 AM, jpauli jpa...@php.net wrote: I'm confused.. --enable-all is already supported, just like --disable-all ? -Hannes AFAIR no :) We have a --disable-all , but no --enable-all.

Re: [PHP-DEV] an configure option to enable-all

2012-09-17 Thread Philip Olson
On Sep 17, 2012, at 8:30 AM, jpauli wrote: On Mon, Sep 17, 2012 at 2:48 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Mon, Sep 17, 2012 at 9:59 AM, jpauli jpa...@php.net wrote: I'm confused.. --enable-all is already supported, just like --disable-all ? -Hannes AFAIR no :)

Re: [PHP-DEV] an configure option to enable-all

2012-09-17 Thread Hannes Magnusson
On Mon, Sep 17, 2012 at 4:50 PM, Philip Olson phi...@roshambo.org wrote: On Sep 17, 2012, at 8:30 AM, jpauli wrote: On Mon, Sep 17, 2012 at 2:48 PM, Hannes Magnusson hannes.magnus...@gmail.com wrote: On Mon, Sep 17, 2012 at 9:59 AM, jpauli jpa...@php.net wrote: I'm confused.. --enable-all

Re: [PHP-DEV] an configure option to enable-all

2012-09-16 Thread Hannes Magnusson
On Sun, Sep 16, 2012 at 8:50 PM, Michael Felt mamf...@gmail.com wrote: Hi. My apologies if I missed an obvious clue somewhere, but I am looking for a configure option to enable nearly everything - to be supplemented by select disable statements. In the past I have had complex configure

Re: [PHP-DEV] an configure option to enable-all

2012-09-16 Thread Sebastian Krebs
Am 16.09.2012 22:20, schrieb Hannes Magnusson: On Sun, Sep 16, 2012 at 8:50 PM, Michael Felt mamf...@gmail.com wrote: Hi. My apologies if I missed an obvious clue somewhere, but I am looking for a configure option to enable nearly everything - to be supplemented by select disable statements.