From: Date: Sat, 27 Jul 2002 00:18:39 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: dev~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6a1b9274824389ae2383d4f6d08a38234acd5bc5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 94d2e7c696..c85fb4f500 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,107 @@ +2002-07-26 sniper + + * ext/curl/curl.c: + - Fix bug: #18509, e.g. setting CURLOPT_BINARYTRANSFER succeeds always. + - Also set the binary mode ONLY if the passed value is true.. + +2002-07-26 fmk + + * ext/ftp/ftp.c: Fizing ZTS build + +2002-07-26 sesser + + * ext/ftp/ftp.c + ext/ftp/ftp.h + ext/ftp/php_ftp.c + ext/ftp/php_ftp.h: + [EXPERIMENTAL] Added functions for asynchronous FTP transfers + +2002-07-26 helly + + * ext/exif/exif.c: Missing Photoshop tags + +2002-07-26 kalowsky + + * ext/imap/php_imap.c: forgot to make the same change to imap_get_quota... + + * ext/imap/php_imap.c: Minor memory fix suggested by Zeev + +2002-07-26 georg + + * ext/standard/datetime.c: Bugfix: #18532 + Fixed week number calculation in accordance with ISO 8601 + +2002-07-26 sesser + + * ext/ftp/php_ftp.c: fixed cut & paste typo + +2002-07-26 kalowsky + + * ext/imap/php_imap.c + ext/imap/php_imap.h: Adding initial support for PHP imap_get_quotaroot + + * ext/imap/php_imap.c + ext/imap/php_imap.h: + (PHP imap_get_quota) updated to properly reflect the RFC 2087 as per + bug #14673 + per RFC 2087, closes bug #14673 (kalowsky, Sander Steffann) + +2002-07-26 Sascha Schumann + + * sapi/thttpd/thttpd_patch: Fix segfault due to unchecked null pointer + +2002-07-26 Tomas V.V.Cox + + * pear/Archive/Tar.php: + In theory this will fix a problem in Window trying to delete a not closed + file + + +2002-07-26 helly + + * ext/gd/gd.c: + reapply patch for imageellipse beeing wrappet to imagearc if missing + +2002-07-26 sesser + + * ext/ftp/CREDITS + ext/ftp/ftp.c + ext/ftp/ftp.h + ext/ftp/php_ftp.c + ext/ftp/php_ftp.h: Added (Auto)Resuming functionality to ftp_(f)get/(f)put via optional 5th parameter. + +2002-07-26 Tomas V.V.Cox + + * pear/scripts/pear.bat: + use -d output_buffer=0 to workarround the PHP flush() problem + + * pear/PEAR/Installer.php: download package if force is set + + * pear/package-PEAR.xml: revert my change from PHP_BINDIR to bin_dir + + * pear/package-PEAR.xml: + Use install-as attrib for pear.bat too, so it gets installed in @bin_dir@ + + * pear/scripts/pear.bat: Use script arg separator '--' + Clean up unused stuff + + * pear/PEAR/Config.php: Use DIRECTORY_SEPARATOR instead of hardcoded '/' + + * pear/System.php: Workarround to the empty $_ENV + + * pear/Console/Getopt.php: use $GLOBALS['HTTP_SERVER_VARS'] instead + + * pear/Console/Getopt.php: Silence NOTICE + +2002-07-26 sesser + + * ext/standard/filestat.c: + all functions based on php_stat are now safe mode aware... + +2002-07-26 sniper + + * NEWS: When Britney learns to sing, I will quit this.. + 2002-07-25 sniper * acinclude.m4 diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 988bd629b4..5900983296 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,15 @@ +2002-07-26 Andi Gutmans + + * zend_execute.c + zend.c + zend_builtin_functions.c + zend_compile.h: + - Fix problem with debug_backtrace() reported by Stig. We weren't reporting + - global function information because it wasn't available. We have to do + - an additional assignment per-function call so that it'll be available. + - Also don't define the global scope as function name _main_ but leave it + - empty so that frameworks like Pear can decide what they want to do. + 2002-07-25 sniper * Zend.m4: Fixed 3 major failures in this test: