Re: [PHP-DEV] [PATCH] Bug #47481

2009-07-16 Thread Jani Taskinen
On 07/14/2009 05:38 AM, Herman Radtke wrote: This bug only exists in PHP 5.x. The unicode support in PHP 6 takes care of it already, but I added a PHP 6 version of the test case as well. Committed. I fixed the test to work in all branches. :) --Jani -- PHP Internals - PHP Runtime Developme

Re: [PHP-DEV] [PATCH] Bug #47481

2009-07-14 Thread Andrei Zmievski
On Mon, Jul 13, 2009 at 7:38 PM, Herman Radtke wrote: > This bug only exists in PHP 5.x. The unicode support in PHP 6 takes > care of it already, but I added a PHP 6 version of the test case as > well. > Looks good. -Andrei

[PHP-DEV] [PATCH] Bug #47481

2009-07-13 Thread Herman Radtke
This bug only exists in PHP 5.x. The unicode support in PHP 6 takes care of it already, but I added a PHP 6 version of the test case as well. -- Herman Radtke hermanrad...@gmail.com | http://hermanradtke.com diff --git a/ext/standard/strnatcmp.c b/ext/standard/strnatcmp.c index 2459e46..366c124