From: Date: Mon, 18 Jul 2005 05:36:08 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d8415108b40fda135b2105b7c2bfb700697f4b89;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 228c2ae08d..1a56ba9ce9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2005-07-17 Marcus Boerger + + * ext/ming/config.m4 + ext/ming/ming.c: + - Compatibility with ming 0.2a and 0.3a + + * ZendEngine2/tests/bug33710.phpt: + - Add new test + +2005-07-17 Ilia Alshanetsky + + * ZendEngine2/zend_compile.c: + Added missing init. + +2005-07-17 Marcus Boerger + + * main/streams/plain_wrapper.c: + - Fix problem with debug mode on selective machines + + * ext/xml/tests/bug26614.phpt + ext/xml/tests/bug26614_libxml.phpt: + - If you ask me both (expat and libxml) are not really accurate about byte + positions and columns...however the line number information is now + correct for both so for the moment we live with the situation that they + return different byte and column information. + 2005-07-16 Ilia Alshanetsky * ext/curl/interface.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f0ccb9ccb0..0f4fc8608c 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2005-07-17 Marcus Boerger + + * tests/bug33710.phpt: + - Add new test + +2005-07-17 Ilia Alshanetsky + + * zend_compile.c: + Added missing init. + 2005-07-14 Andi Gutmans * zend.h: