changelog Tue Jul 31 01:31:09 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2763&r2=1.2764&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2763 php-src/ChangeLog:1.2764 --- php-src/ChangeLog:1.2763 Mon Jul 30 01:31:09 2007 +++ php-src/ChangeLog Tue Jul 31 01:31:08 2007 @@ -1,3 +1,39 @@ +2007-07-30 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/gd/gd.c: + - MFB: + - fix gd bug #102, < 0 means that no load are loaded, return false + - add error code in the warning + + * (PHP_5_2) + ext/gd/gd.c: + - fix gd bug #102, < 0 means that no load are loaded, return false + - add error code in the warning + +2007-07-30 Rob Richards <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/xsl/xsltprocessor.c: + allow user specified class to be returned from transformToDoc + +2007-07-30 Sebastian Bergmann <[EMAIL PROTECTED]> + + * README.namespaces: + Start TODO for namespaces/packages. + +2007-07-30 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + ext/standard/string.c: + + Fixed bug #42142 (substr_replace() returns FALSE when length > string + length). + + [doc] Adjust length validation check inside substr_replace() to be similar + to that inside substr() so that excessive length is truncated to string + length. + 2007-07-29 Ilia Alshanetsky <[EMAIL PROTECTED]> * (PHP_5_2)