Re: [PHP-DEV] RFC for new INI's

2009-02-11 Thread Christian Seiler
Hi, > variables_order: They should be the same on dev and prod. > > request_order: Seems like it should be the same. Caution! I've read several times in this thread that request_order should be set to something that also contains C. This is DANGEROUS. request_order was specifically introduced

Re: [PHP-DEV] RFC for new INI's

2009-02-11 Thread Kalle Sommer Nielsen
Hi 2009/2/11 Guilherme Blanco : > Hey, > > IMHO dev environment should be E_ALL | E_STRICT | E_DEPRECATED E_DEPRECATED is apart of E_ALL (like Lukas just said), so I'd say: ; Development error_reporting = E_ALL | E_STRICT (5.3) error_reporting = E_ALL (6.0+) ; Production error_reporting = E_ALL

Re: [PHP-DEV] RFC for new INI's

2009-02-11 Thread Lukas Kahwe Smith
On 11.02.2009, at 17:19, Ilia Alshanetsky wrote: On 11-Feb-09, at 11:11 AM, Daniel Convissor wrote: Hi Eric: On Mon, Feb 09, 2009 at 09:27:03PM -0500, Eric Stewart wrote: http://wiki.php.net/rfc/newinis Thanks for the work. I noticed the actual directives in the files are the same. I g

Re: [PHP-DEV] RFC for new INI's

2009-02-11 Thread Guilherme Blanco
Hey, IMHO dev environment should be E_ALL | E_STRICT | E_DEPRECATED Regards, On Wed, Feb 11, 2009 at 2:19 PM, Ilia Alshanetsky wrote: > > On 11-Feb-09, at 11:11 AM, Daniel Convissor wrote: > >> Hi Eric: >> >> On Mon, Feb 09, 2009 at 09:27:03PM -0500, Eric Stewart wrote: >>> >>> http://wiki.php.

Re: [PHP-DEV] RFC for new INI's

2009-02-11 Thread Ilia Alshanetsky
On 11-Feb-09, at 11:11 AM, Daniel Convissor wrote: Hi Eric: On Mon, Feb 09, 2009 at 09:27:03PM -0500, Eric Stewart wrote: http://wiki.php.net/rfc/newinis Thanks for the work. I noticed the actual directives in the files are the same. I guess you just focused on the Quick Reference secti

Re: [PHP-DEV] RFC for new INI's

2009-02-11 Thread Daniel Convissor
Hi Eric: On Mon, Feb 09, 2009 at 09:27:03PM -0500, Eric Stewart wrote: > http://wiki.php.net/rfc/newinis Thanks for the work. I noticed the actual directives in the files are the same. I guess you just focused on the Quick Reference section and getting the comments set up the way you want. L

Re: [PHP-DEV] RFC for new INI's

2009-02-11 Thread David Zülke
Am 10.02.2009 um 03:27 schrieb Eric Stewart: A new RFC for PHP's proposed INI files have been added to the wiki. Below is a direct link to the page. http://wiki.php.net/rfc/newinis For -development, display_errors should *definitely* be on, and error_reporting should be E_ALL | E_STRICT.

Re: [PHP-DEV] RFC for new INI's

2009-02-10 Thread M.
Hi, Some suggestions: Links: Instead of forcing language to english, allow autodetection from http headers. Before: http://www.php.net/manual/en/ini.core.php#ini.user-dir After: http://www.php.net/ini.core#ini.user-dir Also some things I think are not appropriate: extension_dir = "./" enable_

Re: [PHP-DEV] ini value of On = 1 and Off = "" ? (Re: [PHP-DEV] RFC for new INI's)

2009-02-10 Thread Christopher Jones
Markus Fischer wrote: > Sorry to hijack, but ... > > Christopher Jones wrote: >> oci8.events and oci8.old_oci_close_semantics are boolean, so we can >> take this opportunity to change the 1 and 0 to On and Off. > > ... I've never understood why writing On/Off is a good idea, It improves human r

[PHP-DEV] ini value of On = 1 and Off = "" ? (Re: [PHP-DEV] RFC for new INI's)

2009-02-10 Thread Markus Fischer
Sorry to hijack, but ... Christopher Jones wrote: > oci8.events and oci8.old_oci_close_semantics are boolean, so we can > take this opportunity to change the 1 and 0 to On and Off. ... I've never understood why writing On/Off is a good idea, when it is not intuitive that the value returned from i

Re: [PHP-DEV] RFC for new INI's

2009-02-10 Thread Christopher Jones
Eric Stewart wrote: A new RFC for PHP's proposed INI files have been added to the wiki. Below is a direct link to the page. http://wiki.php.net/rfc/newinis Eric Lee Stewart ericleestew...@gmail.com Eric, Thanks for the work put into this. My comments follow. Chris - The section

[PHP-DEV] RFC for new INI's

2009-02-09 Thread Eric Stewart
A new RFC for PHP's proposed INI files have been added to the wiki. Below is a direct link to the page. http://wiki.php.net/rfc/newinis Eric Lee Stewart ericleestew...@gmail.com