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

Re: [PHP-DEV] Invalid read at zend_objects_store_del_ref_by_handle #47353

2009-02-10 Thread Olivier B.
Hi, this is a small script to reproduce that problem : Note : that is dependent of the size of the array. With a value of 1000, I haven't got the error. I verify that problem on PHP 5.2.6 (debian lenny), php5.2-200902060730 and php5.3-200902101330. And I report a bug : http://bugs.php.net

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

2009-02-10 Thread Richard Quadling
2009/2/10 Richard Quadling : > 2009/2/10 Karsten Dambekalns : >> Hi Eric. >> >> On 10.02.2009 3:27 Uhr, 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 >> >> I love the se

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

2009-02-10 Thread Richard Quadling
2009/2/10 Karsten Dambekalns : > Hi Eric. > > On 10.02.2009 3:27 Uhr, 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 > > I love the settings for production, but I think you re

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

2009-02-10 Thread Karsten Dambekalns
Hi Eric. On 10.02.2009 3:27 Uhr, 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 I love the settings for production, but I think you reversed the meaning of allow_call_time_pass_referen