From: Date: Sat, 27 May 2006 05:31:57 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_NEW_OUTPUT_API~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ec0c3e853f3cf8488a503b875cfa406ecc94058f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c63024cbee..75de2ada6a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,64 @@ +2006-05-26 Rob Richards + + * (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 + + * (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 + + * ZendEngine2/zend_API.c: + Fix ZTS build, call with TSRMLS_CC not DC + +2006-05-26 Ilia Alshanetsky + + * ext/wddx/wddx.c + ext/wddx/wddx.c: + Corrected previous patch + +2006-05-26 Pierre-Alain Joye + + * ext/openssl/xp_ssl.c: + - MFB: fix leaks in openssl context options + +2006-05-26 Marcus Boerger + + * (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 + + * (PHP_5_2) + NEWS + ext/openssl/xp_ssl.c: + - fix leaks in openssl context options + +2006-05-26 Marcus Boerger + + * 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 * ext/wddx/wddx.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b750eac173..61b0d27712 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2006-05-26 Sara Golemon + + * zend_API.c: + Fix ZTS build, call with TSRMLS_CC not DC + +2006-05-26 Marcus Boerger + + * (PHP_5_2) + zend_execute.c + tests/bug33996.phpt: + - MFH Sync error messages and simplify error message generation code + + * zend_execute.c + tests/bug33996.phpt: + - Sync error messages and simplify error message generation code + 2006-05-25 Marcus Boerger * zend_API.c