From: Date: Fri, 10 Feb 2006 06:31:48 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_2~225 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=277789fb305c345bb3553ebd640d17a197e469d9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 67d6db5ac9..08b7f20b05 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2006-02-09 Andrei Zmievski + + * ZendEngine2/zend_operators.c: + We already have default collator available. + +2006-02-09 Pierre-Alain Joye + + * (PHP_5_1) + ext/standard/crc32.c: + - protos + + * ext/standard/crc32.c + ext/standard/tests/strings/bug36306.phpt: + - MFB: + - revert last fix + - ensure that we are in 32bit + - do not try to compare the decimal values but hex, php does not have + unsigned integer + + * (PHP_5_1) + ext/standard/crc32.c + ext/standard/tests/strings/bug36306.phpt: + - revert last fix + - ensure that we are in 32bit + - do not try to compare the decimal values but hex, php does not have + unsigned integer + 2006-02-08 Ilia Alshanetsky * php.ini-dist diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 24f43b27be..f88e5448ee 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2006-02-09 Andrei Zmievski + + * zend_operators.c: + We already have default collator available. + 2006-02-08 Andrei Zmievski * zend.c: