changelog Thu Oct 21 20:35:49 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1781&r2=1.1782&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1781 php-src/ChangeLog:1.1782
--- php-src/ChangeLog:1.1781 Wed Oct 20 20:37:32 2004
+++ php-src/ChangeLog Thu Oct 21 20:35:48 2004
@@ -1,3 +1,45 @@
+2004-10-21 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS:
+ BFN
+
+ * configure.in
+ configure.in:
+ MFB: Linux LFS support, fixes 27792
+
+ * (PHP_4_3)
+ configure.in:
+ Enable LFS (large file support) for Linux. Support for other operating
+ systems can be added later. FreeBSD does not seem to require any
+ special compile flags to enable LFS.
+ Fixes #27792.
+
+2004-10-21 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * NEWS
+ ext/standard/microtime.c:
+ Allow gettimeofday() return a float if optional argument is specified.
+
+2004-10-21 Joe Orton <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ sapi/apache2handler/sapi_apache2.c
+ sapi/apache2handler/sapi_apache2.c:
+ MFH: Fix case where php_handle_aborted_connection was called
+ outside a try/end_try block (#25570).
+
+ * (PHP_4_3)
+ sapi/apache2filter/config.m4
+ sapi/apache2handler/config.m4:
+ MFH: Fixed apache2* SAPI build against httpd 2.1.
+
+2004-10-21 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ ZendEngine2/zend_execute.c:
+ - Fix bug #30395 (Apache Child Segmentation fault in specific PHP-Code)
+
2004-10-20 Andi Gutmans <[EMAIL PROTECTED]>
* tests/classes/interface_method_private.phpt:
@@ -11697,7 +11739,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1781 2004/10/21 00:37:32
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1782 2004/10/22 00:35:48
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>