changelog               Fri Nov 28 20:32:17 2003 EDT

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1461 php-src/ChangeLog:1.1462
--- php-src/ChangeLog:1.1461    Thu Nov 27 20:31:56 2003
+++ php-src/ChangeLog   Fri Nov 28 20:32:15 2003
@@ -1,3 +1,109 @@
+2003-11-28  Sara Golemon  <[EMAIL PROTECTED]>
+
+    * NEWS
+      ext/standard/basic_functions.h
+      ext/standard/filestat.c
+      ext/standard/ftp_fopen_wrapper.c
+      main/php_streams.h
+      main/streams/plain_wrapper.c
+      main/streams/streams.c:
+      Route php_stat() via streams/url_stat API (php_stream_stat_path).
+      This enables fopen-wrappers support on stat() and related family calls.
+
+2003-11-28  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * ext/openssl/xp_ssl.c
+      main/streams/streams.c
+      main/streams/xp_socket.c:
+      (sort of) MFB, feof fix for sockets.
+
+    * (PHP_4_3)
+      main/streams.c:
+      Probable fix for #25575; STDIN/STDOUT/STDERR streams not registered
+      as network sockets when PHP run from x?inetd.
+
+    * (PHP_4_3)
+      main/network.c
+      main/streams.c:
+      Fix for bug #25939; feof not working correctly for sockets.
+      Possibly also fixes #23220; warnings issued by fgets on ssl sockets.
+
+2003-11-28  Christian Stocker  <[EMAIL PROTECTED]>
+
+    * ext/xsl/php_xsl.c
+      ext/xsl/php_xsl.h:
+      - Added possibility to call php functions as XSLT-functions
+        eg: <xsl:value-of select="php:function('date','r')"/>
+        Namespace is http://php.net/functions
+
+    * ext/dom/element.c
+      ext/dom/php_dom.c
+      ext/dom/php_dom.h
+      ext/dom/xml_common.h:
+      changing dom_object_get_data to php_dom_object_get_data and PHP_DOM_EXPORT
+      it
+      (by Rob Richards)
+
+2003-11-28  Greg Beaver  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      pear/PEAR.php:
+      odd merge conflict fixed
+
+2003-11-28  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      NEWS
+      ext/standard/http_fopen_wrapper.c:
+      Fixed bug #26440 (MFH missing context options).
+
+    * (PHP_4_3)
+      ext/standard/file.c:
+      MFH: More memory leak fixes for stream contexts.
+
+    * ext/standard/streamsfuncs.c:
+      More memory leak fixes for stream contexts.
+
+    * NEWS
+      NEWS:
+      Bug fixing news.
+
+2003-11-28  Rob Richards  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/domxml/php_domxml.c:
+      Fix for bug #26446: domxml_open_file() returns an empty error-Array
+
+2003-11-28  Wez Furlong  <[EMAIL PROTECTED]>
+
+    * (PHP_4_3)
+      ext/com/COM.c:
+      MFH: Fix for Bug #25664; calling ITypeInfo::Invoke with bogus params.
+
+    * ext/com_dotnet/com_com.c:
+      Fix #25664 - COM crashes when calling a Delphi implementations of
+      ITypeInfo.
+      Problem was that our extension assumes that the first param to
+      ITypeInfo::Invoke was a reference to the COM object; this is not
+      necessarily true and caused a crash in this instance.
+      Problem solved by removing the ITypeInfo::Invoke call, as it doesn't buy
+      us anything anyway.
+
+    * ext/standard/var.c:
+      fix #26001; serialize crashes when accessing an overloaded
+      object that has no properties (NULL hashtable).
+
+    * ext/com_dotnet/com_handlers.c:
+      fix memleak
+
+2003-11-28  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_API.c:
+      Add removed lcname, it is still needed.
+
+    * main/streams/streams.c:
+      Fixed a memory leak.
+
 2003-11-27  Jani Taskinen  <[EMAIL PROTECTED]>
 
     * (PHP_4_3)

Reply via email to