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


Reply via email to