changelog Sat May 27 05:31:52 2006 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewcvs.cgi/php-src/ChangeLog?r1=1.2357&r2=1.2358&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2357 php-src/ChangeLog:1.2358 --- php-src/ChangeLog:1.2357 Fri May 26 05:31:52 2006 +++ php-src/ChangeLog Sat May 27 05:31:52 2006 @@ -1,3 +1,64 @@ +2006-05-26 Rob Richards <[EMAIL PROTECTED]> + + * (PHP_5_2) + ext/dom/dom_fe.h + ext/dom/node.c + ext/dom/tests/canonicalization.phpt: + MFH: add C14N() and C14NFile() methods to perform XML canonicalization + add test + + * ext/dom/dom_fe.h + ext/dom/node.c + ext/dom/tests/canonicalization.phpt + ext/dom/tests/canonicalization.phpt: + add C14N() and C14NFile() methods to perform XML canonicalization + add test + +2006-05-26 Dmitry Stogov <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS: + Fixed bug #37523 (namespaces added too late, leads to missing xsi:type + attributes. incompatibility with libxml2-2.6.24) + +2006-05-26 Sara Golemon <[EMAIL PROTECTED]> + + * ZendEngine2/zend_API.c: + Fix ZTS build, call with TSRMLS_CC not DC + +2006-05-26 Ilia Alshanetsky <[EMAIL PROTECTED]> + + * ext/wddx/wddx.c + ext/wddx/wddx.c: + Corrected previous patch + +2006-05-26 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/openssl/xp_ssl.c: + - MFB: fix leaks in openssl context options + +2006-05-26 Marcus Boerger <[EMAIL PROTECTED]> + + * (PHP_5_2) + ZendEngine2/zend_execute.c + ZendEngine2/tests/bug33996.phpt + tests/classes/interfaces_003.phpt: + - MFH Sync error messages and simplify error message generation code + +2006-05-26 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * (PHP_5_2) + NEWS + ext/openssl/xp_ssl.c: + - fix leaks in openssl context options + +2006-05-26 Marcus Boerger <[EMAIL PROTECTED]> + + * ZendEngine2/zend_execute.c + ZendEngine2/tests/bug33996.phpt + tests/classes/interfaces_003.phpt: + - Sync error messages and simplify error message generation code + 2006-05-25 Ilia Alshanetsky <[EMAIL PROTECTED]> * ext/wddx/wddx.c