]> granicus.if.org Git - php/commit
Fixed bug #44929 - Better handling of leading zeros
authorRasmus Lerdorf <rasmus@php.net>
Wed, 8 Apr 2009 18:18:49 +0000 (18:18 +0000)
committerRasmus Lerdorf <rasmus@php.net>
Wed, 8 Apr 2009 18:18:49 +0000 (18:18 +0000)
commit452f71b63c34bc807d565c24cfe5881804a05f07
treef5fe234b9ac07c3a1f48fb26d637f06801a91244
parentfa587effb79a043bd32cd93800a912907d7d346d
Fixed bug #44929 - Better handling of leading zeros
This is obviously not going to work for Unicode strings, but the whole
function needs to be rewritten, so keep it in synch with the other
branches for now.
ext/standard/strnatcmp.c
ext/standard/tests/array/bug44929.phpt [new file with mode: 0644]