From 92f9989ad8eee5afa69c2c129b4d24c3c1d1d006 Mon Sep 17 00:00:00 2001 From: Date: Sat, 17 Jan 2004 01:32:11 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 6 ++++ 2 files changed, 103 insertions(+) diff --git a/ChangeLog b/ChangeLog index dea682a28c..818e6711ca 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,100 @@ +2004-01-16 Wez Furlong + + * ext/sqlite/libsqlite/src/sqlite.w32.h: + update file for win32 build + +2004-01-16 Sterling Hughes + + * ext/simplexml/tests/profile04.phpt + ext/simplexml/tests/profile05.phpt + ext/simplexml/tests/profile06.phpt + ext/simplexml/tests/profile07.phpt + ext/simplexml/tests/profile10.phpt + ext/simplexml/tests/profile11.phpt: + update the profile of how namespaces should work after discussions with + shane and rob richards. there were a lot of race conditions with regards + to the way namespaces have been handled in XML documents so far, this new + method removes the race conditions, and gives me a real reason to add the + children() and attributes() methods. + +2004-01-16 Jani Taskinen + + * NEWS + ZendEngine2/zend_reflection_api.c: + - Fixed bug #26640 (__autoload() not invoked by Reflection classes) + + +2004-01-16 Sterling Hughes + + * ext/simplexml/tests/profile01.phpt + ext/simplexml/tests/profile02.phpt + ext/simplexml/tests/profile03.phpt + ext/simplexml/tests/profile04.phpt + ext/simplexml/tests/profile05.phpt + ext/simplexml/tests/profile06.phpt + ext/simplexml/tests/profile07.phpt + ext/simplexml/tests/profile08.phpt + ext/simplexml/tests/profile09.phpt + ext/simplexml/tests/profile10.phpt + ext/simplexml/tests/profile11.phpt: + Add a "profile" of simplexml's expected behaviour in the form of tests. + This will be expanded as issues arise and will be a formal definition + (in code) of simplexml's behaviour. + +2004-01-16 Jani Taskinen + + * (PHP_4_3) + NEWS + ext/xml/xml.c: + MFH: - Fixed bug #26937 (Warning in xml.c) + + * ext/xml/xml.c: + Kill warning (bug #26937) + + * tests/lang/bug26640.phpt: + Added test case for bug #26640 + +2004-01-16 Ilia Alshanetsky + + * ext/sqlite/TODO: + Update TODO + + * EXTENSIONS + EXTENSIONS: + Added Antony Dovgal as OCI8 maintainer. + + * run-tests.php: + Fixed division by zero warning. + +2004-01-16 Jani Taskinen + + * NEWS + NEWS: + BFN + + * ext/mime_magic/mime_magic.c: + Fix the mime_magic.debug option init + +2004-01-16 Antony Dovgal + + * ext/oci8/CREDITS: + Add myself at last =) + +2004-01-16 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/pcre/php_pcre.c + ext/pcre/tests/bug26927.phpt: + MFH: Fixed Bug #26927 (preg_quote() does not escape \0). + + * ext/pcre/tests/bug26927.phpt: + + Fixed Bug #26927 (preg_quote() does not escape \0). + + * ext/pcre/php_pcre.c: + Fixed Bug #26927 (preg_quote() does not escape \0). + 2004-01-15 Marcus Boerger * ext/sqlite/sqlite.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 73e274f9e6..9211084666 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2004-01-16 Jani Taskinen + + * zend_reflection_api.c: + - Fixed bug #26640 (__autoload() not invoked by Reflection classes) + + 2004-01-15 Zeev Suraski * zend.c: -- 2.50.1