From: Date: Mon, 29 Jul 2002 00:18:58 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: dev~116 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=110027f64a0efc5bab6fdd123391116c31e0d324;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 2078b9a781..27ea32abfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,102 @@ +2002-07-28 sniper + + * ext/mbstring/mbstring.c: MFH + +2002-07-28 yohgaki + + * ext/xmlrpc/config.m4: FHM + + * ext/xmlrpc/config.m4: + Allow xmlrpc-epi header files stored under include/xmlrpc-epi + +2002-07-28 derick + + * ext/standard/md5.c + ext/standard/sha1.c: - Copy and paste error -> unify error messages + +2002-07-28 sesser + + * ext/standard/basic_functions.c + ext/standard/config.m4 + ext/standard/php_standard.h + ext/standard/sha1.c + ext/standard/sha1.h: Added sha1, sha1_file functions. + + * ext/standard/filestat.c: MFH 2 + + * ext/standard/filestat.c: MFH + +2002-07-28 helly + + * php.ini-dist + php.ini-recommended: -add & document ini settings for exif + + * ext/exif/exif.c: -decode several MarkerNotes + -correct offset information in debug mode + +2002-07-28 tal + + * pear/scripts/pear.in: * Fixed E_NOTICE on pear -V + +2002-07-28 sesser + + * NEWS: (re)added /ext/ftp news + +2002-07-28 sr + + * main/SAPI.c + ext/zlib/php_zlib.h + ext/zlib/zlib.c: + Commit patch as discussed on LinuxTag and posted to php-dev in June. + Disables zlib.output_compression for scripts with image/ content-type + header (fixes bug #16109) and makes it possible to switch + zlib.output_compression during script execution before the headers are + sent. + +2002-07-28 sniper + + * NEWS: - Removed the 2 last entries. + + * README.CVS-RULES: No exceptions. + +2002-07-28 yohgaki + + * ext/pgsql/pgsql.c: Unify error messages + +2002-07-28 helly + + * ext/gd/gd.c: forgot to move imeageellipse out of #ifdef HAVE_LIBGD20 + +2002-07-28 yohgaki + + * ext/mbstring/mbstring.c: MFH + + * ext/mbstring/mbstring.c: + Fixed query string handling. Now some.php?a&b=1;c works. + + * main/php_variables.c: MFH + +2002-07-28 tal + + * pear/scripts/pear.in: + pear -V now shows pear version, php version and ZE version. + +2002-07-28 Stig Bakken + + * pear/package-PEAR.xml: * feature/fixed bug + + * pear/PEAR/Command/Install.php: * added "upgrade-all" command + + * pear/PEAR/Installer.php: + * don't abort install if errors are found in the package, display + a warning instead + +2002-07-28 yohgaki + + * main/php_variables.c: + Fixed some.php?a&b&c does not initilize $_GET['a'], $_GET['b'], $_GET['c'] + when mbstr-enc-trans is disabled. + 2002-07-27 phanto * win32/php4dllts.dsp: add dispatch.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7a26063b8a..649e8fb7df 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,7 @@ +2002-07-28 phanto + + * OBJECTS2_HOWTO: update the handlers struct + 2002-07-27 Andi Gutmans * zend_compile.c