changelog Wed Jul 28 20:36:04 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1699&r2=1.1700&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1699 php-src/ChangeLog:1.1700
--- php-src/ChangeLog:1.1699 Tue Jul 27 20:34:03 2004
+++ php-src/ChangeLog Wed Jul 28 20:36:01 2004
@@ -1,3 +1,122 @@
+2004-07-28 Wez Furlong <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * ext/standard/streamsfuncs.c:
+ Better address availability check.
+
+2004-07-28 Wez Furlong <[EMAIL PROTECTED]>
+
+ * main/network.c:
+ Ensure that port numbers get set in the peer/socket name functions.
+ (duh!)
+
+2004-07-28 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * (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 <[EMAIL PROTECTED]>
* sapi/activescript/README
@@ -7204,7 +7323,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1699 2004/07/28 00:34:03
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1700 2004/07/29 00:36:01
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>