From: Date: Fri, 22 Oct 2004 00:35:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_VM_GEN_PATCH~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7889c7b97ea837acdd79d19bfb760fa5d0188e36;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 62b208e7b7..7acf0a904a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2004-10-21 Edin Kadribasic + + * (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 + + * NEWS + ext/standard/microtime.c: + Allow gettimeofday() return a float if optional argument is specified. + +2004-10-21 Joe Orton + + * (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 + + * (PHP_5_0) + ZendEngine2/zend_execute.c: + - Fix bug #30395 (Apache Child Segmentation fault in specific PHP-Code) + 2004-10-20 Andi Gutmans * tests/classes/interface_method_private.phpt: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7e2a12ff6a..3788595bc8 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2004-10-21 Andi Gutmans + + * (PHP_5_0) + zend_execute.c: + - Fix bug #30395 (Apache Child Segmentation fault in specific PHP-Code) + 2004-10-20 Andi Gutmans * zend_operators.c: