From: Date: Sat, 11 Nov 2000 02:09:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.4RC3~245 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56d673217cb1ba8f323bf5bfd710c066b2b7067f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 475037c3ca..6992ae47e8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,25 @@ +2000-11-10 Ben Mansell + + * README.Zeus: Further updates to README.Zeus + +2000-11-10 Uwe Steinmann + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: + - new function set_content() which is a workaround for bug #6457 + + * NEWS: - Note about improved domxml + + * tests/testdom: - add testing for xpath + + * ext/domxml/php_domxml.c: - Fixed many problems to make xpath working + - Each function now expects an object and not a resource anymore + I hope this makes it more straightforward for the PHP-Programmer + + * ext/domxml/php_domxml.h + ext/domxml/php_domxml.c: + - Fixed several error including segm fault (but still one left :-( + 2000-11-09 Colin Viebrock * NEWS: oops, forgot to document it :)