From eeb9e688f25cdf9d5e50661cf4032b8bf4900f81 Mon Sep 17 00:00:00 2001 From: Date: Fri, 3 Mar 2000 02:09:44 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/ChangeLog b/ChangeLog index 73226814ea..4d2c908e15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2000-03-02 David Hedbor + + * sapi/roxen/README: Now recommend --enable-roxen-zts... + +2000-03-02 Uwe Steinmann + + * ext/hyperwave/hg_comm.c: + - using zend llist instead of dlist (not tested) + +2000-03-02 Sascha Schumann + + * 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 + + * 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 + + * sapi/apache/mod_php4.c: "none" is now equivalent with "" in Apache config directives. + +2000-03-02 Sam Ruby + + * ext/mysql/libmysql/config-win32.h: Eliminate 62 warnings + +2000-03-02 Evan Klinger + + * ext/cybercash/config.m4: Add appropriate check for mckcrypto lib + 2000-03-01 Uwe Steinmann * ext/domxml/domxml.c -- 2.50.1