Re: [PHP-DEV] [PATCH] array_count_values bug: mishandling of numbers with leading whitespace

2006-08-15 Thread Pierre
Hello, On 8/15/06, Matt W <[EMAIL PROTECTED]> wrote: Hi Pierre, I will go ahead and enter a Bug report for this in a bit ('cause there's definitely a bug), just so it's in the official place (preferred, I guess?) and doesn't keep going here on the list. :-) Please don't. I have no more ways o

Re: [PHP-DEV] auto_globals_jit breaks $_SERVER var

2006-08-15 Thread Stut
Rasmus Lerdorf wrote: Artzi, Yoav (Yoav) wrote: I have the following in my php.ini: register_globals = Off register_long_arrays = Off register_argc_argv = Off auto_globals_jit = On The following PHP code prints nothing: The rest of the php.ini is like php.ini-recommended that comes with the s

RE: [PHP-DEV] auto_globals_jit breaks $_SERVER var

2006-08-15 Thread Artzi, Yoav \(Yoav\)
I am sorry, but for some reason I didn't get your reply on the general list. 1. I am running PHP 5.1.4 2. No, I am not running APC. Any further ideas? Thanks. -Original Message- From: Rasmus Lerdorf [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 15, 2006 11:24 AM To: Artzi, Yoav (Yoav

Re: [PHP-DEV] auto_globals_jit breaks $_SERVER var

2006-08-15 Thread Rasmus Lerdorf
Artzi, Yoav (Yoav) wrote: I have the following in my php.ini: register_globals = Off register_long_arrays = Off register_argc_argv = Off auto_globals_jit = On The following PHP code prints nothing: The rest of the php.ini is like php.ini-recommended that comes with the source. Any idea what mi

Re: [PHP-DEV] [PATCH] array_count_values bug: mishandling of numbers with leading whitespace

2006-08-15 Thread Matt W
Hi Stefan, - Original Message - From: "Stefan Walk" Sent: Tuesday, August 15, 2006 > BC has already been broken Yes, and forget BC, it's a bug. > and while BC breaks are OK in major > version changes (4 -> 5) OK, but 1) this wasn't intentionally changed, and 2) it wasn't in a major ve

[PHP-DEV] auto_globals_jit breaks $_SERVER var

2006-08-15 Thread Artzi, Yoav \(Yoav\)
I have the following in my php.ini: register_globals = Off register_long_arrays = Off register_argc_argv = Off auto_globals_jit = On The following PHP code prints nothing: The rest of the php.ini is like php.ini-recommended that comes with the source. Any idea what might be the problem? Thanks,

Re: [PHP-DEV] [PATCH] array_count_values bug: mishandling of numbers with leading whitespace

2006-08-15 Thread Matt W
Hi Pierre, I will go ahead and enter a Bug report for this in a bit ('cause there's definitely a bug), just so it's in the official place (preferred, I guess?) and doesn't keep going here on the list. :-) - Original Message - From: "Pierre" Sent: Monday, August 14, 2006 > Hello, > > > W

Re: [PHP-DEV] [PATCH] array_count_values bug: mishandling of numbers with leading whitespace

2006-08-15 Thread Stefan Walk
BC has already been broken, and while BC breaks are OK in major version changes (4 -> 5), they are not in minor version changes... and if you change this behaviour again you are not "undoing" a BC break but you are breaking it again. Regards, Stefan -- PHP Internals - PHP Runtime Development Mai