changelog Fri Feb 10 06:31:41 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2251&r2=1.2252&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2251 php-src/ChangeLog:1.2252 --- php-src/ChangeLog:1.2251 Thu Feb 9 06:31:40 2006 +++ php-src/ChangeLog Fri Feb 10 06:31:41 2006 @@ -1,3 +1,30 @@ +2006-02-09 Andrei Zmievski <[EMAIL PROTECTED]> + + * ZendEngine2/zend_operators.c: + We already have default collator available. + +2006-02-09 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * php.ini-dist