changelog Thu Nov 18 20:35:46 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1807&r2=1.1808&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1807 php-src/ChangeLog:1.1808
--- php-src/ChangeLog:1.1807 Wed Nov 17 20:34:26 2004
+++ php-src/ChangeLog Thu Nov 18 20:35:44 2004
@@ -1,3 +1,81 @@
+2004-11-18 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.re:
+ Fixed bug #30826 (Certain reference relations cannot be unserialized
+ properly).
+
+2004-11-18 Rob Richards <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ BFN
+
+ * (PHP_5_0)
+ ext/xml/compat.c:
+ MFH: Fixed bug #30061 (xml_set_start_namespace_decl_handler not called)
+ hopefully resolve a bunch of entity issues
+
+ * ext/xml/compat.c:
+ Fixed bug #30061 (xml_set_start_namespace_decl_handler not called)
+ hopefully resolve a bunch of entity issues
+
+ * ext/dom/attr.c
+ ext/dom/characterdata.c
+ ext/dom/document.c
+ ext/dom/documenttype.c
+ ext/dom/domerror.c
+ ext/dom/domimplementationlist.c
+ ext/dom/domlocator.c
+ ext/dom/domstringlist.c
+ ext/dom/element.c
+ ext/dom/entity.c
+ ext/dom/namednodemap.c
+ ext/dom/namelist.c
+ ext/dom/node.c
+ ext/dom/nodelist.c
+ ext/dom/notation.c
+ ext/dom/processinginstruction.c
+ ext/dom/text.c
+ ext/dom/typeinfo.c
+ ext/dom/userdatahandler.c
+ ext/dom/xpath.c:
+ prototype fixes (Jakub Vr�na)
+
+ * (PHP_5_0)
+ NEWS:
+ BFN and re-order news
+
+ * (PHP_5_0)
+ ext/xml/compat.c:
+ MFH: Fixed bug #30832 ("!" stripped off comments in xml parser)
+ reset sax->initialized flag when not using SAX2
+
+ * ext/xml/compat.c:
+ Fixed bug #30832 ("!" stripped off comments in xml parser)
+ reset sax->initialized flag when not using SAX2
+
+ * (PHP_5_0)
+ ext/xml/compat.c:
+ MFH: fix SAX2 handling to work with libxml 2.6.16
+
+ * ext/xml/compat.c:
+ fix SAX2 handling to work with libxml 2.6.16
+
+ * ext/curl/interface.c:
+ fix typo so it compiles
+
+2004-11-18 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ run-tests2.php:
+ MFH: run-test2 should be able to emulate POST & GET in the same time
+
+ * run-tests2.php:
+ run-test2 should be able to emulate POST & GET in the same time
+
2004-11-17 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -12787,7 +12865,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1807 2004/11/18
01:34:26 changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1808 2004/11/19
01:35:44 changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>