changelog               Sun Jul 28 20:18:21 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1119 php4/ChangeLog:1.1120
--- php4/ChangeLog:1.1119       Sat Jul 27 20:18:28 2002
+++ php4/ChangeLog      Sun Jul 28 20:18:20 2002
@@ -1,3 +1,102 @@
+2002-07-28  sniper  <[EMAIL PROTECTED]>
+
+    * ext/mbstring/mbstring.c: MFH
+
+2002-07-28  yohgaki  <[EMAIL PROTECTED]>
+
+    * ext/xmlrpc/config.m4: FHM
+
+    * ext/xmlrpc/config.m4:
+    Allow xmlrpc-epi header files stored under include/xmlrpc-epi
+
+2002-07-28  derick  <[EMAIL PROTECTED]>
+
+    * ext/standard/md5.c
+      ext/standard/sha1.c: - Copy and paste error -> unify error messages
+
+2002-07-28  sesser  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * pear/scripts/pear.in: * Fixed E_NOTICE on pear -V
+
+2002-07-28  sesser  <[EMAIL PROTECTED]>
+
+    * NEWS: (re)added /ext/ftp news
+
+2002-07-28  sr  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * NEWS: - Removed the 2 last entries.
+
+    * README.CVS-RULES: No exceptions.
+
+2002-07-28  yohgaki  <[EMAIL PROTECTED]>
+
+    * ext/pgsql/pgsql.c: Unify error messages
+
+2002-07-28  helly  <[EMAIL PROTECTED]>
+
+    * ext/gd/gd.c: forgot to move imeageellipse out of #ifdef HAVE_LIBGD20
+
+2002-07-28  yohgaki  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * pear/scripts/pear.in:
+    pear -V now shows pear version, php version and ZE version.
+
+2002-07-28  Stig Bakken  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
 
     * win32/php4dllts.dsp: add dispatch.c


Reply via email to