From: Date: Thu, 22 Nov 2001 01:11:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: ChangeLog~270 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cbd22b9c8f37901e81641ceab6941902eb42a30;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2fcfe5b332..0eef971683 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2001-11-21 Frank M. Kromann + + * win32/winutil.c + win32/winutil.h: Allow php_win_err() to be called from extenstions + +2001-11-21 Stig Venaas + + * ext/ldap/ldap.c + ext/ldap/php_ldap.h: Added ldap_sort() function + +2001-11-21 Uwe Steinmann + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: + - add functions clone_node(), is_blank_node(), create_entity_reference() + - fixed bug in node_name() + - fixed behavior of append_child(), it now adds a child a not a sibling + +2001-11-21 Sean Bright + + * NEWS: Fix typo. + +2001-11-21 Harald Radi + + * NEWS: added blabla + 2001-11-20 Adam Daniel * pear/HTML/Table.php: