[PHP-DEV] Bugfix #21918

2003-08-14 Thread Marcus Börger
Hello internals, according to our manual index values are either strings or integers. In case of strings which represent integers they are also handled as integers. Bug 21918 now shows that this currently only works for zero and positive index values. The attached patch would fix this. -- Best

Re: [PHP-DEV] Bugfix #21918

2003-08-14 Thread Zeev Suraski
At 05:16 11/08/2003, Ilia Alshanetsky wrote: +1 This patch not only fixes the above mentioned bugs, but also serveral backwards compatibility issues that occured due to the fix for bug #18140. Can you provide an example? Zeev -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe

Re: [PHP-DEV] Bugfix #21918

2003-08-14 Thread Ilia Alshanetsky
+1 This patch not only fixes the above mentioned bugs, but also serveral backwards compatibility issues that occured due to the fix for bug #18140. Ilia -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Bugfix #21918

2003-08-14 Thread Ilia Alshanetsky
On August 12, 2003 02:27 am, Zeev Suraski wrote: > At 05:16 11/08/2003, Ilia Alshanetsky wrote: > >+1 > > > >This patch not only fixes the above mentioned bugs, but also serveral > >backwards compatibility issues that occured due to the fix for bug #18140. > > Can you provide an example? Original

Re: [PHP-DEV] Bugfix #21918

2003-08-12 Thread Jani Taskinen
+1 On Mon, 11 Aug 2003, Marcus Bö rger wrote: >Hello internals, > > according to our manual index values are either strings or integers. In case >of strings which represent integers they are also handled as integers. Bug >21918 now shows that this currently only works for zero and positive

Re: [PHP-DEV] Bugfix #21918

2003-08-11 Thread Derick Rethans
On Mon, 11 Aug 2003, Marcus Börger wrote: > Hello internals, > > according to our manual index values are either strings or integers. In case > of strings which represent integers they are also handled as integers. Bug > 21918 now shows that this currently only works for zero and positive index

Re: [PHP-DEV] Bugfix #21918

2003-08-10 Thread Marcus Börger
Hello Marcus, Monday, August 11, 2003, 3:31:54 AM, you wrote: MB> Hello internals, MB> according to our manual index values are either strings or integers. In case MB> of strings which represent integers they are also handled as integers. Bug MB> 21918 now shows that this currently only works