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
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
+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
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
+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
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
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