From: Date: Thu, 29 Jul 2004 00:36:09 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_ZEND_VM_DISPATCH_PATCH~324 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c7f22e5aca1e7e4a8c08a16cbae213e122c2f166;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ef4d383a1e..a80909f92d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,122 @@ +2004-07-28 Wez Furlong + + * (PHP_5_0) + ext/com_dotnet/com_extension.c + ext/com_dotnet/com_handlers.c + ext/com_dotnet/com_variant.c + ext/com_dotnet/com_wrapper.c: + MFH: + + * (PHP_5_0) + sapi/activescript/CREDITS + sapi/activescript/EXPERIMENTAL + sapi/activescript/README + sapi/activescript/classfactory.cpp + sapi/activescript/config.w32 + sapi/activescript/php5activescript.c + sapi/activescript/php5activescript.def + sapi/activescript/php5activescript.dsp + sapi/activescript/php5activescript.h + sapi/activescript/php5as_classfactory.h + sapi/activescript/php5as_scriptengine.h + sapi/activescript/scriptengine.cpp: + Moved to PECL + +2004-07-28 Ilia Alshanetsky + + * ext/standard/streamsfuncs.c: + Better address availability check. + +2004-07-28 Wez Furlong + + * main/network.c: + Ensure that port numbers get set in the peer/socket name functions. + (duh!) + +2004-07-28 Ilia Alshanetsky + + * (PHP_5_0) + ext/standard/streamsfuncs.c: + MFH: Fixed possible crash in stream_socket_recvfrom() when length + parameter has a negative value. + + * ext/standard/streamsfuncs.c: + Fixed possible crash in stream_socket_recvfrom() when length parameter has + a negative value. + +2004-07-28 Wez Furlong + + * main/network.c: + Fix #29431: crash when parsing an invalid network address + + * ZendEngine2/zend_ini.c: + Fix: ini entries for dl()'d modules now work under ZTS + Side-effect: avoid possible crashes when multiple threads load/unload + modules and mess with the global hash table. + +2004-07-28 Andi Gutmans + + * (PHP_4) + Zend/zend.h: + - Use native MAC OS X DSO + + * (PHP_4_3) + Zend/zend.h + ZendEngine2/zend.h + ZendEngine2/zend.h: + - Fix MAC OSX to always use native DSO loading + +2004-07-28 Christian Stocker + + * (PHP_5_0) + NEWS + ext/xsl/php_xsl.c + ext/xsl/php_xsl.h + ext/xsl/xsltprocessor.c: + MFH + Fixed bug #29409 (Segfault in PHP functions called from XSLT). (Rob) + + * NEWS + ext/xsl/php_xsl.c + ext/xsl/php_xsl.h + ext/xsl/xsltprocessor.c: + Fix for bug #29409 (Segfault in PHP functions called from XSLT). (by Rob) + +2004-07-28 Wez Furlong + + * sapi/activescript/CREDITS + sapi/activescript/EXPERIMENTAL + sapi/activescript/README + sapi/activescript/classfactory.cpp + sapi/activescript/config.w32 + sapi/activescript/marshal.cpp + sapi/activescript/php5activescript.c + sapi/activescript/php5activescript.def + sapi/activescript/php5activescript.dsp + sapi/activescript/php5activescript.h + sapi/activescript/php5as_classfactory.h + sapi/activescript/php5as_scriptengine.h + sapi/activescript/scriptengine.cpp: + Move activescript sapi to PECL + + * sapi/activescript/README + sapi/activescript/classfactory.cpp + sapi/activescript/scriptengine.cpp: + - Rename ProgID from ActivePHP (tm) to PHPScript (bah) + - Convert line-endings for error messages to CRLF + - Misc other tweaks + +2004-07-28 Ilia Alshanetsky + + * (PHP_5_0) + NEWS + ext/standard/datetime.c: + MFH: Fixed bug #29342 (strtotime() does not handle empty date string + properly). + + * ext/standard/datetime.c: + Fixed bug #29342 (strtotime() does not handle empty date string properly). + 2004-07-27 Wez Furlong * sapi/activescript/README diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 2e318bb2ff..8edc250f51 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,16 @@ +2004-07-28 Wez Furlong + + * zend_ini.c: + Fix: ini entries for dl()'d modules now work under ZTS + Side-effect: avoid possible crashes when multiple threads load/unload + modules and mess with the global hash table. + +2004-07-28 Andi Gutmans + + * zend.h + zend.h: + - Fix MAC OSX to always use native DSO loading + 2004-07-27 Marcus Boerger * zend_exceptions.c: