changelog               Mon Apr  4 20:35:29 2005 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1943&r2=1.1944&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1943 php-src/ChangeLog:1.1944
--- php-src/ChangeLog:1.1943    Sun Apr  3 20:35:33 2005
+++ php-src/ChangeLog   Mon Apr  4 20:35:27 2005
@@ -1,3 +1,113 @@
+2005-04-04  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      main/streams.c:
+      MFH rev 1.72 (of main/streams/streams.c)
+
+    * main/streams/streams.c:
+      BugFix #32563
+      
+      This could have been done in stream_wrapper_register()
+      without introducing the slight performance hit on
+      wrapper registration since anyone registering a wrapper
+      in an extension should know better.
+      
+      The important thing is that since locate_wrapper makes
+      the assumption that all schemes will be /^[a-z0-9+.-]+$/i
+      Anything which registers them should make the same assumption as well.
+
+2005-04-04  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/standard/credits_ext.h:
+      update
+
+    * (PHP_5_0)
+      NEWS
+      ext/standard/credits_ext.h
+      ext/standard/credits_sapi.h:
+      - Update
+
+    * ext/standard/credits_ext.h:
+      Update credits
+
+    * ext/standard/tests/file/bug30362.txt
+      ext/standard/tests/file/bug30362.txt:
+      
+      remove empty lines
+
+    * ext/standard/tests/file/bug30362.phpt
+      ext/standard/tests/file/bug30362.phpt
+      ext/standard/tests/file/bug30362.txt:
+      
+      Added testcase for bug #30362
+
+2005-04-04  Stanislav Malyshev  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_builtin_functions.c:
+      MF50: fix backtraces - non-Zend classes have names too
+
+    * (PHP_5_0)
+      ZendEngine2/zend_builtin_functions.c:
+      fix backtraces - non-Zend classes have names too
+
+2005-04-04  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      ext/gmp/gmp.c:
+      fix #32567 (ext/gmp fails to compile with thread safety enabled)
+
+2005-04-04  Rui Hirokawa  <[EMAIL PROTECTED]>
+
+    * main/SAPI.c
+      main/SAPI.h
+      main/main.c
+      main/php_variables.c
+      sapi/apache/mod_php5.c
+      sapi/apache_hooks/mod_php5.c:
+      added a server variable PHP_AUTH_DIGEST to support HTTP Digest
+      Authentication.
+
+2005-04-04  Uwe Schindler  <[EMAIL PROTECTED]>
+
+    * NEWS
+      NEWS
+      NEWS
+      main/rfc1867.c
+      main/rfc1867.c
+      main/rfc1867.c:
+      Bug #32491 (File upload error - unable to create a temporary file) -
+      Changing file upload from stdio to posix
+
+2005-04-04  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS
+      ext/odbc/config.m4:
+      MFH: configure looks for incorrect db2 library
+
+    * ext/odbc/config.m4:
+      fix #32560 (configure looks for incorrect library - libdb2.so instead of
+      libdb2.a,
+      which is used actually)
+
+2005-04-04  Jani Taskinen  <[EMAIL PROTECTED]>
+
+    * php.ini-recommended:
+      - If this is supposed to be the configuration we recommend,
+        we've been recommending to not use short-open-tag for a long time.
+        E_STRICT too for 5.1 since it promotes the right ways (tm) to do 
things.
+
+2005-04-04  Jon Parise  <[EMAIL PROTECTED]>
+
+    * NEWS
+      build/build2.mk
+      build/buildcheck.sh:
+      Adding the ability to override the autotools executables used by the
+      buildconf script via the PHP_AUTOCONF and PHP_AUTOHEADER environmental
+      variables.
+
 2005-04-03  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * NEWS:
@@ -2996,7 +3106,7 @@
       ext/session/mod_mm.h
       ext/session/mod_user.h
       ext/session/php_session.h:
-      - Missing $Id: ChangeLog,v 1.1943 2005/04/04 00:35:33 changelog Exp $ 
tags
+      - Missing $Id: ChangeLog,v 1.1944 2005/04/05 00:35:27 changelog Exp $ 
tags
 
     * (PHP_4_3)
       ext/session/session.c:
@@ -3477,7 +3587,7 @@
 
     * (PHP_4_3)
       Zend/zend_ini_scanner.l:
-      Missing $Id: ChangeLog,v 1.1943 2005/04/04 00:35:33 changelog Exp $ tag 
+ ws fix
+      Missing $Id: ChangeLog,v 1.1944 2005/04/05 00:35:27 changelog Exp $ tag 
+ ws fix
 
     * ZendEngine2/zend_ini_scanner.l
       ZendEngine2/zend_ini_scanner.l:
@@ -4951,7 +5061,7 @@
       ext/standard/url_scanner_ex.c
       ext/standard/url_scanner_ex.h
       ext/standard/url_scanner_ex.re:
-      Missing $Id: ChangeLog,v 1.1943 2005/04/04 00:35:33 changelog Exp $ tag
+      Missing $Id: ChangeLog,v 1.1944 2005/04/05 00:35:27 changelog Exp $ tag
 
     * ext/standard/credits_ext.h
       ext/standard/credits_sapi.h:

Reply via email to