From: Date: Tue, 16 Apr 2002 01:33:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~635 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7acfa47fb526a100c069c767273a6b1b7aa5b0bd;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 9b7d06865d..1c58e10e68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,35 @@ +2002-04-15 Frank M. Kromann + + * ext/mbstring/mbstring.h: Fixing Win32 compilation of mbstring + + * ext/exif/exif.dsp: Fixing Win32 compilation of exit + + * main/php_streams.h + main/spprintf.c + main/spprintf.h + main/streams.c: Adding PHPAPI needed for exif on Win32 + +2002-04-15 Mark L. Woodward + + * ext/msession/reqclient.h + ext/msession/msession.c: Chages for beta3 + +2002-04-15 Wez Furlong + + * main/network.c: should not be there + + * main/network.c: Some minor tweaks and debugging for sockets. + +2002-04-15 Uwe Steinmann + + * ext/domxml/php_domxml.c: + - DomNode->replace_node() now returns the node that was replace and + not the new node + - fixes Bug #15949 + + * ext/domxml/php_domxml.h + ext/domxml/php_domxml.c: - added DomNode->replace_child() + 2002-04-14 Sterling Hughes * NEWS: this news entry reports a new mailparse addition