[PHP-CVS-DAILY] cvs: php4 / ChangeLog

2002-07-26 Thread changelog

changelog   Fri Jul 26 20:18:11 2002 EDT

  Modified files:  
/php4   ChangeLog 
  Log:
  ChangeLog update
  
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1117 php4/ChangeLog:1.1118
--- php4/ChangeLog:1.1117   Thu Jul 25 20:17:59 2002
+++ php4/ChangeLog  Fri Jul 26 20:18:10 2002
@@ -1,3 +1,107 @@
+2002-07-26  sniper  <[EMAIL PROTECTED]>
+
+* 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  <[EMAIL PROTECTED]>
+
+* ext/ftp/ftp.c: Fizing ZTS build
+
+2002-07-26  sesser  <[EMAIL PROTECTED]>
+
+* 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  <[EMAIL PROTECTED]>
+
+* ext/exif/exif.c: Missing Photoshop tags
+
+2002-07-26  kalowsky  <[EMAIL PROTECTED]>
+
+* 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  <[EMAIL PROTECTED]>
+
+* ext/standard/datetime.c: Bugfix: #18532
+Fixed week number calculation in accordance with ISO 8601
+
+2002-07-26  sesser  <[EMAIL PROTECTED]>
+
+* ext/ftp/php_ftp.c: fixed cut & paste typo
+
+2002-07-26  kalowsky  <[EMAIL PROTECTED]>
+
+* 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  <[EMAIL PROTECTED]>
+
+* sapi/thttpd/thttpd_patch: Fix segfault due to unchecked null pointer
+
+2002-07-26  Tomas V.V.Cox  <[EMAIL PROTECTED]>
+
+* pear/Archive/Tar.php:
+In theory this will fix a problem in Window trying to delete a not closed
+file
+
+
+2002-07-26  helly  <[EMAIL PROTECTED]>
+
+* ext/gd/gd.c:
+reapply patch for imageellipse beeing wrappet to imagearc if missing
+
+2002-07-26  sesser  <[EMAIL PROTECTED]>
+
+* 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  <[EMAIL PROTECTED]>
+
+* 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  <[EMAIL PROTECTED]>
+
+* ext/standard/filestat.c:
+all functions based on php_stat are now safe mode aware...
+
+2002-07-26  sniper  <[EMAIL PROTECTED]>
+
+* NEWS: When Britney learns to sing, I will quit this..
+
 2002-07-25  sniper  <[EMAIL PROTECTED]>
 
 * acinclude.m4





[PHP-CVS-DAILY] cvs: ZendEngine2 / ChangeLog

2002-07-26 Thread changelog

changelog   Fri Jul 26 20:18:40 2002 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.79 ZendEngine2/ChangeLog:1.80
--- ZendEngine2/ChangeLog:1.79  Thu Jul 25 20:18:24 2002
+++ ZendEngine2/ChangeLog   Fri Jul 26 20:18:39 2002
@@ -1,3 +1,15 @@
+2002-07-26  Andi Gutmans  <[EMAIL PROTECTED]>
+
+* 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  <[EMAIL PROTECTED]>
 
 * Zend.m4: Fixed 3 major failures in this test:





[PHP-CVS-DAILY] cvs: php4 / NEWS

2002-07-26 Thread changelog

changelog   Fri Jul 26 20:19:15 2002 EDT

  Modified files:  
/php4   NEWS 
  Log:
  NEWS update
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1054 php4/NEWS:1.1055
--- php4/NEWS:1.1054Thu Jul 25 21:14:20 2002
+++ php4/NEWS   Fri Jul 26 20:19:15 2002
@@ -1,6 +1,8 @@
 PHP 4  NEWS
 |||
 ?? ??? 2002, Version 4.3.0
+- imap_get_quota now allows multiple resource values to be returned, as
+- FTP extension does support (auto)resuming now.
 - Added optional 2nd parameter to print_r() to make it return the variable
   representation instead of echoing it. (Derick)
 - Added mysql_ping(), mysql_real_escape_string(), mysql_character_set_name(),