changelog Sun Jul 29 01:31:11 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2761&r2=1.2762&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2761 php-src/ChangeLog:1.2762 --- php-src/ChangeLog:1.2761 Sat Jul 28 01:33:56 2007 +++ php-src/ChangeLog Sun Jul 29 01:31:10 2007 @@ -1,3 +1,27 @@ +2007-07-28 Rob Richards <[EMAIL PROTECTED]> + + * ext/xsl/xsltprocessor.c: + allow user specified class to be returned from transformToDoc + + * (PHP_5_2) + NEWS: + BFN + + * ext/libxml/libxml.c + ext/libxml/tests/bug42112.phpt: + MFB: Fixed Bug #42112 (deleting a node produces memory corruption) + add test + + * ext/libxml/tests/bug42112.phpt + ext/libxml/tests/bug42112.phpt: + + file bug42112.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + ext/libxml/libxml.c: + Fixed Bug #42112 (deleting a node produces memory corruption) + add test + 2007-07-27 Dmitry Stogov <[EMAIL PROTECTED]> * ZendEngine2/zend_constants.c