changelog Thu Feb 15 01:31:03 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2601&r2=1.2602&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2601 php-src/ChangeLog:1.2602
--- php-src/ChangeLog:1.2601 Wed Feb 14 01:31:04 2007
+++ php-src/ChangeLog Thu Feb 15 01:31:03 2007
@@ -1,3 +1,41 @@
+2007-02-14 Derick Rethans <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/date/php_date.c:
+ - MFH: Clarify the source of the timezone data.
+
+ * ext/date/php_date.c:
+ - Clarify the source of the timezone data.
+
+2007-02-14 Nuno Lopes <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/general_functions/bug39322.phpt
+ ext/standard/tests/general_functions/bug40398.phpt
+ ext/standard/tests/general_functions/error_get_last.phpt
+ ext/standard/tests/general_functions/proc_open02.phpt:
+ fix a few tests in unicode mode
+
+ * ext/standard/proc_open.c
+ ext/standard/tests/general_functions/bug39322.phpt
+ ext/standard/tests/general_functions/phpcredits.phpt
+ ext/standard/tests/general_functions/proc_open02.phpt:
+ MFB
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/proc_open.c
+ ext/standard/tests/general_functions/bug39322.phpt
+ ext/standard/tests/general_functions/bug39322.phpt
+ ext/standard/tests/general_functions/proc_open02.phpt
+ ext/standard/tests/general_functions/proc_open02.phpt:
+ Fixed bug #39322 (proc_terminate() destroys process resource)
+
+2007-02-14 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ sapi/cgi/CREDITS:
+ - Give Dmitry credit for all the FastCGI work
+
2007-02-13 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_5_2)