summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-07-29 00:36:09 +0000
committer <changelog@php.net>2004-07-29 00:36:09 +0000
commitc7f22e5aca1e7e4a8c08a16cbae213e122c2f166 (patch)
tree284ea8bc11482854f5ef1efc87ff7f60b63b671c
parent739696d2d7531ffb24269263fb5396a728943794 (diff)
downloadphp-git-c7f22e5aca1e7e4a8c08a16cbae213e122c2f166.tar.gz
ChangeLog update
-rw-r--r--ChangeLog119
-rw-r--r--Zend/ChangeLog13
2 files changed, 132 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ef4d383a1e..a80909f92d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,122 @@
+2004-07-28 Wez Furlong <wez.php@thebrainroom.net>
+
+ * (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 <ilia@prohost.org>
+
+ * ext/standard/streamsfuncs.c:
+ Better address availability check.
+
+2004-07-28 Wez Furlong <wez.php@thebrainroom.net>
+
+ * main/network.c:
+ Ensure that port numbers get set in the peer/socket name functions.
+ (duh!)
+
+2004-07-28 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (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 <wez.php@thebrainroom.net>
+
+ * 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 <andi@zend.com>
+
+ * (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 <chregu@phant.ch>
+
+ * (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 <wez.php@thebrainroom.net>
+
+ * 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 <ilia@prohost.org>
+
+ * (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 <wez.php@thebrainroom.net>
* 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 <wez.php@thebrainroom.net>
+
+ * 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 <andi@zend.com>
+
+ * zend.h
+ zend.h:
+ - Fix MAC OSX to always use native DSO loading
+
2004-07-27 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
* zend_exceptions.c: