From: Date: Sun, 2 Mar 2003 01:32:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_5~671 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4128be7f8d38047af85d9e20ed6b06e9993bf1f4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 4605ffc558..184a7e9046 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,56 @@ +2003-03-01 Moriyoshi Koizumi + + * main/network.c: + Reverted my previous commit + +2003-03-01 Wez Furlong + + * main/streams/plain_wrapper.c: + Ensure that all fields are initialized to NULL. + +2003-03-01 Moriyoshi Koizumi + + * main/network.c: + Fixed build + +2003-03-01 Wez Furlong + + * ext/xmlrpc/xmlrpc-epi-php.c: + Fix two crash bugs when optional parameters are not specified. + Fix folding markers. + + * main/streams/xp_socket.c: + Don't shutdown() unix sockets. + It causes the server end to close down/break. + + * main/streams/memory.c: + Folding fixes + + * scripts/Makefile.frag: + Add streams headers to those used for shared extensions. + + * NEWS: + New! + +2003-03-01 Pierre-Alain Joye + + * ext/gd/CREDITS: + update credits (ilia,myself) + +2003-03-01 Wez Furlong + + * ext/standard/basic_functions.c + ext/standard/streamsfuncs.c + ext/standard/streamsfuncs.h: + Expose php_stream_copy_to_stream as stream_copy_to_stream(); a high + performance alternative to looping reads and writes. + +2003-03-01 Pierre-Alain Joye + + * (PHP_4_3) + ext/gd/CREDITS: + Update credits + 2003-02-28 Wez Furlong * ext/ftp/ftp.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index bc462522ca..dfab194aee 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,16 @@ +2003-03-01 Zeev Suraski + + * zend_compile.c: + Fix mem leak + +2003-03-01 Andi Gutmans + + * zend_compile.c: + - Make __construct() have higher priority than class name functions + - for constructors. + - Fix problem with the engine allowing final/abstract for the same method. + - Both patches are by Marcus Börger. + 2003-02-27 Rasmus Lerdorf * zend_ini_scanner.l: