From: Date: Sat, 29 Nov 2003 01:32:19 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0b3RC1~552 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55775e527309e848c4e3b2bd2792035625797d7d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 68782b0d2c..99fcd06273 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,109 @@ +2003-11-28 Sara Golemon + + * 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 + + * 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 + + * ext/xsl/php_xsl.c + ext/xsl/php_xsl.h: + - Added possibility to call php functions as XSLT-functions + eg: + 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 + + * (PHP_4_3) + pear/PEAR.php: + odd merge conflict fixed + +2003-11-28 Ilia Alshanetsky + + * (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 + + * (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 + + * (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 + + * ZendEngine2/zend_API.c: + Add removed lcname, it is still needed. + + * main/streams/streams.c: + Fixed a memory leak. + 2003-11-27 Jani Taskinen * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 50cc788525..da9e13073f 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2003-11-28 Ilia Alshanetsky + + * zend_API.c: + Add removed lcname, it is still needed. + 2003-11-27 Marcus Boerger * zend_API.c: