]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 3 Mar 2000 02:09:44 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Fri, 3 Mar 2000 02:09:44 +0000 (02:09 +0000)
ChangeLog

index 73226814ea23231f8a5efed2361d552a9a6c70fe..4d2c908e15d0e358caaefeed13b48f34e68dbba1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2000-03-02  David Hedbor  <david@hedbor.org>
+
+    * sapi/roxen/README: Now recommend --enable-roxen-zts...
+
+2000-03-02  Uwe Steinmann  <Uwe.Steinmann@fernuni-hagen.de>
+
+    * ext/hyperwave/hg_comm.c:
+    - using zend llist instead of dlist (not tested)
+
+2000-03-02  Sascha Schumann  <sascha@schumann.cx>
+
+    * ext/xml/config.m4: adjust comment II
+
+    * ext/xml/config.m4: adjust comment
+
+    * ext/xml/config.m4: Enable by default
+
+2000-03-02  Uwe Steinmann  <Uwe.Steinmann@fernuni-hagen.de>
+
+    * ext/domxml/domxml.c: - some minor changes, cleanups
+
+    * tests/testdom
+      ext/domxml/domxml.c:
+    - dom class now distinguishes between $dom->root() and $dom->children()
+      $dom->root() returns just the element, $dom->children() all nodes e.g.
+      comments
+
+    * ext/domxml/php_domxml.h
+      tests/testdom
+      ext/domxml/domxml.c:
+    - The root node of a xml doc is now an array since it is possible
+      to have a comment or pi and an element on root level.
+
+2000-03-02  Stig Bakken  <ssb@fast.no>
+
+    * sapi/apache/mod_php4.c:    "none" is now equivalent with "" in Apache config directives.
+
+2000-03-02  Sam Ruby  <rubys@us.ibm.com>
+
+    * ext/mysql/libmysql/config-win32.h: Eliminate 62 warnings
+
+2000-03-02  Evan Klinger  <evan715@sirius.com>
+
+    * ext/cybercash/config.m4: Add appropriate check for mckcrypto lib
+
 2000-03-01  Uwe Steinmann  <Uwe.Steinmann@fernuni-hagen.de>
 
     * ext/domxml/domxml.c