File tree Expand file tree Collapse file tree 2 files changed +61
-0
lines changed Expand file tree Collapse file tree 2 files changed +61
-0
lines changed Original file line number Diff line number Diff line change
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
+
1
54
2004-10-17 Ilia Alshanetsky <ilia@prohost.org>
2
55
3
56
* (PHP_4_3)
Original file line number Diff line number Diff line change
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
+
1
9
2004-10-16 Andi Gutmans <andi@zend.com>
2
10
3
11
* zend_compile.c:
You can’t perform that action at this time.
0 commit comments