Skip to content

Commit d2f6707

Browse files
author
committed
ChangeLog update
1 parent 8c8fba0 commit d2f6707

File tree

2 files changed

+61
-0
lines changed

2 files changed

+61
-0
lines changed

ChangeLog

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,56 @@
1+
2004-10-18 Ilia Alshanetsky <ilia@prohost.org>
2+
3+
* (PHP_4_3)
4+
NEWS
5+
NEWS
6+
ext/curl/curl.c
7+
ext/curl/interface.c:
8+
MFH: Fixed bug #30475 (curl_getinfo() may crash in some situations).
9+
10+
* ext/curl/interface.c:
11+
Fixed bug #30475 (curl_getinfo() may crash in some situations).
12+
13+
2004-10-18 Antony Dovgal <tony2001@phpclub.net>
14+
15+
* (PHP_4_3)
16+
NEWS
17+
NEWS:
18+
BFN
19+
20+
* (PHP_4_3)
21+
main/php_variables.c
22+
main/php_variables.c:
23+
MFH: fix bug #30442 ( segmentation fault when parsing ?getvariable[][ )
24+
25+
* main/php_variables.c:
26+
fix bug #30442 ( segmentation fault when parsing ?getvariable[][ )
27+
28+
2004-10-18 Anantha Kesari H Y <hyanantha@novell.com>
29+
30+
* ZendEngine2/zend_modules.h:
31+
including zend_compile.h for NetWare as NetWare uses MetroWerks Code
32+
warrior compiler which does not allow declarations of following kind
33+
before defining the types.
34+
extern struct _zend_arg_info first_arg_force_ref[2];
35+
36+
* main/php_scandir.c:
37+
removing inclusion of platform specific config files as they are already
38+
included from php_scandir.h
39+
40+
* (PHP_5_0)
41+
main/main.c:
42+
removing a call to php_output_activate in php_module_startup(Fix for
43+
bug#30397)
44+
45+
* main/main.c:
46+
removing php_output_activate Fix for bug#30397
47+
48+
2004-10-18 Derick Rethans <php@derickrethans.nl>
49+
50+
* main/main.c
51+
main/main.c:
52+
- Revert patch until it is discussed
53+
154
2004-10-17 Ilia Alshanetsky <ilia@prohost.org>
255

356
* (PHP_4_3)

Zend/ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2004-10-18 Anantha Kesari H Y <hyanantha@novell.com>
2+
3+
* zend_modules.h:
4+
including zend_compile.h for NetWare as NetWare uses MetroWerks Code
5+
warrior compiler which does not allow declarations of following kind
6+
before defining the types.
7+
extern struct _zend_arg_info first_arg_force_ref[2];
8+
19
2004-10-16 Andi Gutmans <andi@zend.com>
210

311
* zend_compile.c:

0 commit comments

Comments
 (0)