changelog               Fri Sep 10 20:33:52 2004 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1742&r2=1.1743&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1742 php-src/ChangeLog:1.1743
--- php-src/ChangeLog:1.1742    Thu Sep  9 20:35:25 2004
+++ php-src/ChangeLog   Fri Sep 10 20:33:51 2004
@@ -1,3 +1,56 @@
+2004-09-10  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * main/streams/streams.c:
+      A little extra code to allow overriding plainfiles wrapper as well
+
+    * NEWS
+      ext/standard/basic_functions.c
+      ext/standard/streamsfuncs.h
+      main/php_streams.h
+      main/streams/streams.c
+      main/streams/userspace.c:
+      Add stream_wrapper_unregister()
+      Disables a wrapper (user-defined or built-in) for the life of the request.
+      
+      Add stream_wrapper_restore()
+      Restores the wrapper originally defined at the time the request started
+      to the protocol name mentioned.
+
+2004-09-10  Sterling Hughes  <[EMAIL PROTECTED]>
+
+    * ext/curl/multi.c:
+      fix wrong check from return value, binary content should not be \0'd,
+      non-binary content should be \0'd.
+
+2004-09-10  Antony Dovgal  <[EMAIL PROTECTED]>
+
+    * tests/classes/bug29446.phpt:
+      add testcase for bug #29446
+
+2004-09-10  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS:
+      BFN
+
+    * ext/openssl/openssl.c
+      ext/openssl/xp_ssl.c:
+      Fix Bug #29296: add explicit sslv2 and sslv3 transports
+
+2004-09-10  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * (PHP_5_0)
+      NEWS:
+      SoapClient->__call() is renamed to SoapClient->__soap_call().
+
+2004-09-10  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_compile.c:
+      - This one fixes rather strange problem - ZE allows multiple declarations
+      of the same class constant.
+      - It could be a minor BC break, but I'm sure it's a bug. (Antony Dovgal
+      aka tony2001)
+
 2004-09-09  Wez Furlong  <[EMAIL PROTECTED]>
 
     * (PHP_5_0)
@@ -9534,7 +9587,7 @@
 2004-03-18  Pierre-Alain Joye  <[EMAIL PROTECTED]>
 
     * ext/gd/tests/bug27582_2.phpt:
-      - Fix the test description and $Id: ChangeLog,v 1.1742 2004/09/10 00:35:25 
changelog Exp $
+      - Fix the test description and $Id: ChangeLog,v 1.1743 2004/09/11 00:33:51 
changelog Exp $
 
 2004-03-18  Derick Rethans  <[EMAIL PROTECTED]>
 

Reply via email to