changelog Tue Jan 20 20:32:07 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1513&r2=1.1514&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1513 php-src/ChangeLog:1.1514
--- php-src/ChangeLog:1.1513 Mon Jan 19 20:32:03 2004
+++ php-src/ChangeLog Tue Jan 20 20:32:05 2004
@@ -1,3 +1,49 @@
+2004-01-20 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ ext/oci8/oci8.c:
+ fix savelob() to make it possible to write data at the beginning of LOB
+
+2004-01-20 Rob Richards <[EMAIL PROTECTED]>
+
+ * ext/dom/document.c
+ ext/dom/dom_iterators.c
+ ext/dom/xpath.c:
+ Warn when empty string supplied to load methods (by Pierre-Alain)
+ Fix refcount on xpath iterators
+ xpath_query should return nodelist even when empty
+
+2004-01-20 Wez Furlong <[EMAIL PROTECTED]>
+
+ * ext/com_dotnet/README:
+ update todo part of readme
+
+2004-01-20 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ext/dom/xpath.c:
+ Fix warning (and possible problem)
+
+2004-01-20 Sterling Hughes <[EMAIL PROTECTED]>
+
+ * ext/simplexml/simplexml.c:
+ -
+
+2004-01-20 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ acinclude.m4:
+ MFH: Fixed bug #26969 (shared openssl build fails)
+
+ * acinclude.m4:
+ - Fixed Bug #26969 (shared openssl build fails)
+
+ * NEWS:
+ BfN
+
+ * tests/lang/bug26696.phpt:
+ test case for bug #26696
+
2004-01-19 Frank M. Kromann <[EMAIL PROTECTED]>
* ext/simplexml/simplexml.c: