From 4ae5b45e83017318e858cc5d7a166b87d97503a0 Mon Sep 17 00:00:00 2001 From: Date: Sun, 6 Apr 2003 01:30:46 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) diff --git a/ChangeLog b/ChangeLog index 11bcd3db89..042f487674 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,82 @@ +2003-04-05 Marcus Boerger + + * ext/gd/gd.c: + Collate version handling and bump up version (noticed by Peter Neuman) + +2003-04-05 Christian Stocker + + * ext/domxml/php_domxml.c + ext/domxml/php_domxml.h: + Useful for adding and parsing (well-balanced) document fragments. + - Bumped up API version number + +2003-04-05 Jani Taskinen + + * configure.in: + --enable-all is not useful at all, removed from help + + * ext/sockets/php_sockets.h: + Better ifdef it out here too + +2003-04-05 Sara Golemon + + * ext/openssl/xp_ssl.c: + Debug watches probably don't belong in CVS. + +2003-04-05 Ilia Alshanetsky + + * (PHP_4_3) + NEWS: + GD news. + + * ext/gd/libgd/gd.c + ext/gd/libgd/gd.h + ext/gd/libgd/gd_gd.c + ext/gd/libgd/gd_gd2.c + ext/gd/libgd/gd_io.h + ext/gd/libgd/gd_jpeg.c + ext/gd/libgd/gd_png.c + ext/gd/libgd/gd_topal.c + ext/gd/libgd/gdcache.c + ext/gd/libgd/gdcache.h + ext/gd/libgd/gdft.c + ext/gd/libgd/gdkanji.c: + Syncronized bunbled GD library with gd 2.0.12 + + +2003-04-05 Marcus Boerger + + * run-tests.php: + Include ldd output + +2003-04-05 Sascha Schumann + + * php.ini-dist + php.ini-recommended: + dividend -> divisor + + * ext/session/php_session.h + ext/session/session.c: + dividend -> divisor + + Submitted by: Jesus M. Castagnetto + +2003-04-05 Brian France + + * ext/curl/multi.c: + + Added HAVE_CONFIG_H check so the phpize build method works + +2003-04-05 Sara Golemon + + * main/streams/xp_socket.c: + Add IPv6 support to stream_socket_client/server() + +2003-04-05 Pierre-Alain Joye + + * pear/package-PEAR.xml: + what? maintainer is not a valid role :) + 2003-04-04 Wez Furlong * ext/standard/streamsfuncs.c: -- 2.50.1