Skip to content

Commit 7889c7b

Browse files
author
committed
ChangeLog update
1 parent 7f7ce47 commit 7889c7b

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

ChangeLog

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,45 @@
1+
2004-10-21 Edin Kadribasic <edink@emini.dk>
2+
3+
* (PHP_4_3)
4+
NEWS:
5+
BFN
6+
7+
* configure.in
8+
configure.in:
9+
MFB: Linux LFS support, fixes 27792
10+
11+
* (PHP_4_3)
12+
configure.in:
13+
Enable LFS (large file support) for Linux. Support for other operating
14+
systems can be added later. FreeBSD does not seem to require any
15+
special compile flags to enable LFS.
16+
Fixes #27792.
17+
18+
2004-10-21 Ilia Alshanetsky <ilia@prohost.org>
19+
20+
* NEWS
21+
ext/standard/microtime.c:
22+
Allow gettimeofday() return a float if optional argument is specified.
23+
24+
2004-10-21 Joe Orton <jorton@redhat.com>
25+
26+
* (PHP_4_3)
27+
sapi/apache2handler/sapi_apache2.c
28+
sapi/apache2handler/sapi_apache2.c:
29+
MFH: Fix case where php_handle_aborted_connection was called
30+
outside a try/end_try block (#25570).
31+
32+
* (PHP_4_3)
33+
sapi/apache2filter/config.m4
34+
sapi/apache2handler/config.m4:
35+
MFH: Fixed apache2* SAPI build against httpd 2.1.
36+
37+
2004-10-21 Andi Gutmans <andi@zend.com>
38+
39+
* (PHP_5_0)
40+
ZendEngine2/zend_execute.c:
41+
- Fix bug #30395 (Apache Child Segmentation fault in specific PHP-Code)
42+
143
2004-10-20 Andi Gutmans <andi@zend.com>
244

345
* tests/classes/interface_method_private.phpt:

Zend/ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2004-10-21 Andi Gutmans <andi@zend.com>
2+
3+
* (PHP_5_0)
4+
zend_execute.c:
5+
- Fix bug #30395 (Apache Child Segmentation fault in specific PHP-Code)
6+
17
2004-10-20 Andi Gutmans <andi@zend.com>
28

39
* zend_operators.c:

0 commit comments

Comments
 (0)