changelog Mon Aug 28 01:30:49 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2435&r2=1.2436&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2435 php-src/ChangeLog:1.2436 --- php-src/ChangeLog:1.2435 Sun Aug 27 01:30:50 2006 +++ php-src/ChangeLog Mon Aug 28 01:30:48 2006 @@ -1,3 +1,40 @@ +2006-08-27 Hannes Magnusson <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + ext/standard/basic_functions.c + ext/standard/math.c + ext/standard/tests/math/constants.phpt: + MFH: + - Fixed bug #33895 (missing math constants). + - Remove M_PI from math.c (its defined in php_math.h) + +2006-08-27 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/standard/string.c: + Optimize the operation of implode() on non-string parameters + +2006-08-27 Hannes Magnusson <[EMAIL PROTECTED]> + + * ext/standard/basic_functions.c + ext/standard/math.c + ext/standard/tests/math/constants.phpt + ext/standard/tests/math/constants.phpt: + Register missing math constants (been missing since 4.0.2!) + Remove M_PI from math.c (its defined in php_math.h) + + * (PHP_5_2) + ext/standard/tests/strings/htmlentities15.phpt + ext/standard/tests/strings/htmlentities15.phpt + tests/lang/034.phpt + tests/lang/034.phpt: + fix tests on freebsd + + * ext/standard/tests/strings/htmlentities15.phpt + tests/lang/034.phpt: + Fix tests on freebsd + 2006-08-26 Hannes Magnusson <[EMAIL PROTECTED]> * (PHP_4_4)