changelog Tue Aug 10 20:33:26 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1712&r2=1.1713&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1712 php-src/ChangeLog:1.1713
--- php-src/ChangeLog:1.1712 Mon Aug 9 20:34:28 2004
+++ php-src/ChangeLog Tue Aug 10 20:33:25 2004
@@ -1,3 +1,140 @@
+2004-08-10 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ BFN (small but important change)
+
+2004-08-10 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ Bug fixing news.
+
+ * (PHP_5_0)
+ ZendEngine2/zend_highlight.c:
+ MFH: Fixed bug #29606 (php_strip_whitespace() prints to stdout rather then
+ returning the value).
+
+ * ZendEngine2/zend_highlight.c:
+ Fixed bug #29606 (php_strip_whitespace() prints to stdout rather then
+ returning the value).
+
+2004-08-10 Rasmus Lerdorf <[EMAIL PROTECTED]>
+
+ * NEWS
+ main/SAPI.c
+ main/SAPI.h
+ sapi/apache/mod_php5.c
+ sapi/apache2filter/sapi_apache2.c
+ sapi/apache2handler/sapi_apache2.c:
+ Add SAPI hook to get the request time if provided by the web server,
+ otherwise call time(0) on the first call and store it so subsequent
+ calls will get the same time. Hook support for Apache1/2 included.
+
+2004-08-10 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * NEWS:
+ Changed bugs order.
+
+ * (PHP_5_0)
+ NEWS:
+ Fixed bug #28969 (Wrong data encoding of special characters)
+
+ * NEWS:
+ Fixed bug #28969 (Wrong data encoding of special characters).
+
+ * NEWS:
+ Fixed bug #29256 (SOAP HTTP Error when envelop size is more than 24345
+ bytes)
+
+2004-08-10 Wez Furlong <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ NEWS:
+ BFN
+
+ * main/streams/xp_socket.c:
+ Fix for #29256 from Dmitry, very slightly modified
+
+2004-08-10 Christian Stocker <[EMAIL PROTECTED]>
+
+ * ext/xsl/xsltprocessor.c:
+ Fix segfault on error in xslt
+
+2004-08-10 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ configure.in
+ ZendEngine2/zend.h
+ main/php_version.h:
+ - Back to -dev
+
+ * (PHP_5_0)
+ NEWS
+ configure.in
+ ZendEngine2/zend.h
+ main/php_version.h:
+ - 5.0.1RC1
+
+2004-08-10 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_execute.c:
+ - Fix warnings
+
+2004-08-10 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ INSTALL
+ NEWS
+ win32/install.txt:
+ - MF PHP_5_0
+
+2004-08-10 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ ext/standard/array.c:
+ - MFH: Bugfix #29493 (extract(array, EXTR_REFS) misbehaves with elements
+ referred twice or more times)
+
+ * (PHP_5_0)
+ ext/standard/array.c:
+ - Bugfix #29493 (extract(array, EXTR_REFS) misbehaves with elements
+ referred
+ twice or more times)
+
+ * ext/standard/array.c:
+ - Bugfix #29493 (extract(array, EXTR_REFS) misbehaves with elements
+ referred
+ twice or more times). (Patch inspired by Michael Manley. Thanks.)
+
+2004-08-10 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * INSTALL
+ NEWS
+ win32/install.txt:
+ - MFB
+
+ * (PHP_5_0)
+ INSTALL
+ NEWS
+ win32/install.txt:
+ - The documentation team has re-wroten the installation part of the manual.
+
+2004-08-10 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ php.ini-dist
+ php.ini-dist
+ php.ini-recommended
+ php.ini-recommended:
+ MFH: Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode).
+
+ * php.ini-dist
+ php.ini-recommended:
+ Fixed bug #29581 (Typo inside php.ini comments for mysql.trace_mode).
+
2004-08-09 Andi Gutmans <[EMAIL PROTECTED]>
* (PHP_5_0)
@@ -7964,7 +8101,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1712 2004/08/10 00:34:28
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1713 2004/08/11 00:33:25
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>