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

2002-07-28 Thread changelog

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





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

2002-07-28 Thread changelog

changelog   Sun Jul 28 20:18:59 2002 EDT

  Modified files:  
/ZendEngine2ChangeLog 
  Log:
  ChangeLog update
  
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.81 ZendEngine2/ChangeLog:1.82
--- ZendEngine2/ChangeLog:1.81  Sat Jul 27 20:19:08 2002
+++ ZendEngine2/ChangeLog   Sun Jul 28 20:18:58 2002
@@ -1,3 +1,7 @@
+2002-07-28  phanto  <[EMAIL PROTECTED]>
+
+* OBJECTS2_HOWTO: update the handlers struct
+
 2002-07-27  Andi Gutmans  <[EMAIL PROTECTED]>
 
 * zend_compile.c





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

2002-07-28 Thread changelog

changelog   Sun Jul 28 20:19:54 2002 EDT

  Modified files:  
/php4   NEWS 
  Log:
  NEWS update
  
  
Index: php4/NEWS
diff -u php4/NEWS:1.1057 php4/NEWS:1.1058
--- php4/NEWS:1.1057Sun Jul 28 10:10:56 2002
+++ php4/NEWS   Sun Jul 28 20:19:54 2002
@@ -1,6 +1,9 @@
 PHP 4  NEWS
 |||
 ?? ??? 2002, Version 4.3.0
+- exif_read_data() can decode MarkerNote of several Cameras. (Marcus)
+- zlib.output_compression is disabled for "image/" content-type
+  headers and can be changed during script execution. (Stefan)
 - Added new aysnchronous FTP functions (Stefan)
 - Added optional 5th parameter to FTP functions to support resuming (Stefan)
 - Added optional 2nd parameter to print_r() to make it return the variable