changelog Fri Jan 16 20:32:09 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1508 php-src/ChangeLog:1.1509
--- php-src/ChangeLog:1.1508 Thu Jan 15 20:32:04 2004
+++ php-src/ChangeLog Fri Jan 16 20:32:08 2004
@@ -1,3 +1,100 @@
+2004-01-16 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/sqlite/libsqlite/src/sqlite.w32.h:
+ update file for win32 build
+
+2004-01-16 Sterling Hughes <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * NEWS
+ ZendEngine2/zend_reflection_api.c:
+ - Fixed bug #26640 (__autoload() not invoked by Reflection classes)
+
+
+2004-01-16 Sterling Hughes <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * NEWS
+ NEWS:
+ BFN
+
+ * ext/mime_magic/mime_magic.c:
+ Fix the mime_magic.debug option init
+
+2004-01-16 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/oci8/CREDITS:
+ Add myself at last =)
+
+2004-01-16 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* ext/sqlite/sqlite.c