]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 22 Oct 2004 00:35:53 +0000 (00:35 +0000)
committer <changelog@php.net> <>
Fri, 22 Oct 2004 00:35:53 +0000 (00:35 +0000)
ChangeLog
Zend/ChangeLog

index 62b208e7b70307de1a48894054a8c5e66ef5aa83..7acf0a904aa997943760fa47694a500a132ffbbf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,45 @@
+2004-10-21  Edin Kadribasic  <edink@emini.dk>
+
+    * (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  <ilia@prohost.org>
+
+    * NEWS
+      ext/standard/microtime.c:
+      Allow gettimeofday() return a float if optional argument is specified.
+
+2004-10-21  Joe Orton  <jorton@redhat.com>
+
+    * (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  <andi@zend.com>
+
+    * (PHP_5_0)
+      ZendEngine2/zend_execute.c:
+      - Fix bug #30395 (Apache Child Segmentation fault in specific PHP-Code)
+
 2004-10-20  Andi Gutmans  <andi@zend.com>
 
     * tests/classes/interface_method_private.phpt:
index 7e2a12ff6a3043a6f5fac9de3dfef704d41966fd..3788595bc842821550c6739e5ab16f448ee16108 100644 (file)
@@ -1,3 +1,9 @@
+2004-10-21  Andi Gutmans  <andi@zend.com>
+
+    * (PHP_5_0)
+      zend_execute.c:
+      - Fix bug #30395 (Apache Child Segmentation fault in specific PHP-Code)
+
 2004-10-20  Andi Gutmans  <andi@zend.com>
 
     * zend_operators.c: