changelog Mon Oct 18 20:36:26 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1778&r2=1.1779&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1778 php-src/ChangeLog:1.1779
--- php-src/ChangeLog:1.1778 Sun Oct 17 20:36:09 2004
+++ php-src/ChangeLog Mon Oct 18 20:36:25 2004
@@ -1,3 +1,56 @@
+2004-10-18 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ NEWS
+ ext/curl/curl.c
+ ext/curl/interface.c:
+ MFH: Fixed bug #30475 (curl_getinfo() may crash in some situations).
+
+ * ext/curl/interface.c:
+ Fixed bug #30475 (curl_getinfo() may crash in some situations).
+
+2004-10-18 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * (PHP_4_3)
+ NEWS
+ NEWS:
+ BFN
+
+ * (PHP_4_3)
+ main/php_variables.c
+ main/php_variables.c:
+ MFH: fix bug #30442 ( segmentation fault when parsing ?getvariable[][ )
+
+ * main/php_variables.c:
+ fix bug #30442 ( segmentation fault when parsing ?getvariable[][ )
+
+2004-10-18 Anantha Kesari H Y <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_modules.h:
+ including zend_compile.h for NetWare as NetWare uses MetroWerks Code
+ warrior compiler which does not allow declarations of following kind
+ before defining the types.
+ extern struct _zend_arg_info first_arg_force_ref[2];
+
+ * main/php_scandir.c:
+ removing inclusion of platform specific config files as they are already
+ included from php_scandir.h
+
+ * (PHP_5_0)
+ main/main.c:
+ removing a call to php_output_activate in php_module_startup(Fix for
+ bug#30397)
+
+ * main/main.c:
+ removing php_output_activate Fix for bug#30397
+
+2004-10-18 Derick Rethans <[EMAIL PROTECTED]>
+
+ * main/main.c
+ main/main.c:
+ - Revert patch until it is discussed
+
2004-10-17 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_4_3)
@@ -11585,7 +11638,7 @@
2004-03-18 Pierre-Alain Joye <[EMAIL PROTECTED]>
* ext/gd/tests/bug27582_2.phpt:
- - Fix the test description and $Id: ChangeLog,v 1.1778 2004/10/18 00:36:09
changelog Exp $
+ - Fix the test description and $Id: ChangeLog,v 1.1779 2004/10/19 00:36:25
changelog Exp $
2004-03-18 Derick Rethans <[EMAIL PROTECTED]>