Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended

2005-08-29 Thread Marcus Boerger
Hello Wez, if we make dba/inifile a defaul component then a script to do the merge would be pretty easy or in other words could easily become part of the pecl/pear install/upgrade stuff. regards marcus Monday, August 29, 2005, 6:00:04 PM, you wrote: > and/or provide a mechanism for merging an

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended

2005-08-29 Thread Wez Furlong
and/or provide a mechanism for merging an ini fragment from a pecl package into the php.ini file. --Wez. On 8/29/05, Edin Kadibasic <[EMAIL PROTECTED]> wrote: > I don't see the reason for doing this except making life of people who > download the PECL package more difficult. I belive this should

[PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended

2005-08-29 Thread Edin Kadibasic
I don't see the reason for doing this except making life of people who download the PECL package more difficult. I belive this should be reverted. Edin Jani Taskinen wrote: > sniperMon Aug 29 10:46:01 2005 EDT > > Modified files: > /php-src php.ini-dist php.i

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /sapi/cgi cgi_main.c

2004-02-10 Thread Olivier Hill
Rasmus Lerdorf wrote: Well, I would grep or search in my editor for "nph" if I was looking for a toggle for this. My search would not find the more verbose directive. -Rasmus Either way, in the config file there is a comment before the directive. We could just put something like: ; Use this di

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /sapi/cgi cgi_main.c

2004-02-10 Thread Rasmus Lerdorf
On Wed, 11 Feb 2004, Zeev Suraski wrote: > At 00:10 11/02/2004, Rasmus Lerdorf wrote: > >On Tue, 10 Feb 2004, Derick Rethans wrote: > > > > > On Tue, 10 Feb 2004, Andi Gutmans wrote: > > > > > > > Well we do tend to be verbose in PHP even when it's non-standard. > > > > I'd really prefer cgi.non_p

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /sapi/cgi cgi_main.c

2004-02-10 Thread Andi Gutmans
At 02:10 PM 2/10/2004 -0800, Rasmus Lerdorf wrote: On Tue, 10 Feb 2004, Derick Rethans wrote: > On Tue, 10 Feb 2004, Andi Gutmans wrote: > > > Well we do tend to be verbose in PHP even when it's non-standard. > > I'd really prefer cgi.non_parsing_headers. > > It should be common_gateway_interface.

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /sapi/cgi cgi_main.c

2004-02-10 Thread Zeev Suraski
At 00:12 11/02/2004, Ilia Alshanetsky wrote: As always I do not have a particular instance on the names. I do believe nph in this situation is better, simply because it would make the setting easier to find. That's the name of the option in other instances and I'd imagine would be the 1st thing a u

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /sapi/cgi cgi_main.c

2004-02-10 Thread Zeev Suraski
At 00:10 11/02/2004, Rasmus Lerdorf wrote: On Tue, 10 Feb 2004, Derick Rethans wrote: > On Tue, 10 Feb 2004, Andi Gutmans wrote: > > > Well we do tend to be verbose in PHP even when it's non-standard. > > I'd really prefer cgi.non_parsing_headers. > > It should be common_gateway_interface.non_pars

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /sapi/cgi cgi_main.c

2004-02-10 Thread Ilia Alshanetsky
As always I do not have a particular instance on the names. I do believe nph in this situation is better, simply because it would make the setting easier to find. That's the name of the option in other instances and I'd imagine would be the 1st thing a user would search for. The acronym itself c

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /sapi/cgi cgi_main.c

2004-02-10 Thread Rasmus Lerdorf
On Tue, 10 Feb 2004, Derick Rethans wrote: > On Tue, 10 Feb 2004, Andi Gutmans wrote: > > > Well we do tend to be verbose in PHP even when it's non-standard. > > I'd really prefer cgi.non_parsing_headers. > > It should be common_gateway_interface.non_parsing_headers then... Yeah, nph is pretty

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /sapi/cgi cgi_main.c

2004-02-10 Thread Derick Rethans
On Tue, 10 Feb 2004, Andi Gutmans wrote: > Well we do tend to be verbose in PHP even when it's non-standard. > I'd really prefer cgi.non_parsing_headers. It should be common_gateway_interface.non_parsing_headers then... Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscr

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /sapi/cgi cgi_main.c

2004-02-10 Thread Andi Gutmans
Well we do tend to be verbose in PHP even when it's non-standard. I'd really prefer cgi.non_parsing_headers. Andi At 03:24 PM 2/10/2004 -0500, Ilia Alshanetsky wrote: nph stands for non parsing headers. In our particular situation it would allow CGI to print Status: 200 header, which is normally

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /sapi/cgi cgi_main.c

2004-02-10 Thread Ilia Alshanetsky
nph stands for non parsing headers. In our particular situation it would allow CGI to print Status: 200 header, which is normally skipped as it is not needed in most situations. I specifically used nph as the option name, since that is what is being used most frequently to refer to the option in

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /sapi/cgi cgi_main.c

2004-02-10 Thread Derick Rethans
On Tue, 10 Feb 2004, Andi Gutmans wrote: > What does nph stand for? Can you think of a more verbose name? Non-parsed Headers or something... but NPH is really just the name for the beast :) Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net

[PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /sapi/cgi cgi_main.c

2004-02-10 Thread Andi Gutmans
What does nph stand for? Can you think of a more verbose name? Andi At 12:02 AM 2/10/2004 +, Ilia Alshanetsky wrote: iliaa Mon Feb 9 19:02:39 2004 EDT Modified files: /php-srcphp.ini-dist php.ini-recommended /php-src/sapi/cgi cgi_main.c Log: Fixed bug #27026 (A

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /main main.c php_globals.h php_variables.c

2004-01-29 Thread Derick Rethans
On Thu, 29 Jan 2004, Andi Gutmans wrote: > Does everyone concur? :) I do. Derick -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /main main.c php_globals.h php_variables.c

2004-01-29 Thread Rasmus Lerdorf
Ok with me On Thu, 29 Jan 2004, Andi Gutmans wrote: > Does everyone concur? :) > > At 10:41 AM 1/29/2004 +0200, Jani Taskinen wrote: > > > Like I already commented before, gpc_order: > > > > a) confuses (why have two options doing exactly same thing?!) > > b) has been said to not ev

[PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /main main.c php_globals.h php_variables.c

2004-01-29 Thread Andi Gutmans
Does everyone concur? :) At 10:41 AM 1/29/2004 +0200, Jani Taskinen wrote: Like I already commented before, gpc_order: a) confuses (why have two options doing exactly same thing?!) b) has been said to not even exists since PHP 4 c) can not break BC (variables_order defaults to EG

[PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /main main.c php_globals.h php_variables.c

2004-01-29 Thread Jani Taskinen
Like I already commented before, gpc_order: a) confuses (why have two options doing exactly same thing?!) b) has been said to not even exists since PHP 4 c) can not break BC (variables_order defaults to EGPCS) It's about time we get really rid of it. When would be better

[PHP-DEV] Re: [PHP-CVS] cvs: php-src / php.ini-dist php.ini-recommended /main main.c php_globals.h php_variables.c

2004-01-29 Thread Andi Gutmans
Isn't this a serious BC break for people who rely on gpc_order and aren't using variables_order? Why are you making such a change in a feature freeze? Andi At 04:15 AM 1/26/2004 +, Jani Taskinen wrote: sniper Sun Jan 25 23:15:09 2004 EDT Modified files: /php-srcphp.ini-di