changelog Fri Nov 16 01:31:35 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2869&r2=1.2870&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2869 php-src/ChangeLog:1.2870
--- php-src/ChangeLog:1.2869 Thu Nov 15 01:31:28 2007
+++ php-src/ChangeLog Fri Nov 16 01:31:34 2007
@@ -1,3 +1,45 @@
+2007-11-15 Antony Dovgal <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/file/bug41655_2.phpt:
+ fix test (thanks to Felipe Pena for noticing)
+
+2007-11-15 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ main/safe_mode.c:
+
+ MFB: Fixed bug #43276 (Incomplete fix for bug #42739, mkdir() under
+ safe_mode).
+
+ * (PHP_5_3)
+ main/safe_mode.c:
+ Completed fix for bug #42739 (fixes bug #43276)
+
+2007-11-15 Hannes Magnusson <[EMAIL PROTECTED]>
+
+ * ext/standard/basic_functions.c
+ ext/standard/tests/general_functions/getopt_002.phpt
+ ext/standard/tests/general_functions/getopt_002.phpt
+ ext/standard/tests/general_functions/getopt_002.phpt
+ ext/standard/tests/general_functions/getopt_003.phpt
+ ext/standard/tests/general_functions/getopt_003.phpt:
+ - Allow numeric options
+ - Add tests
+
+2007-11-15 Lars Westermann <[EMAIL PROTECTED]>
+
+ * (PHP_5_3)
+ ext/pdo_firebird/firebird_statement.c:
+ - Fixed bug #43244 (firebird: closeCursor w/o returned data kills
process)
+
+ * (PHP_5_3)
+ ext/pdo_firebird/firebird_driver.c
+ ext/pdo_firebird/firebird_statement.c
+ ext/pdo_firebird/php_pdo_firebird_int.h:
+ - Fixed bug #43296 (Feature req: pdo_firebird: ATTR_FETCH_TABLE_NAMES
+ support)
+
2007-11-14 Ilia Alshanetsky <[EMAIL PROTECTED]>
* (PHP_5_2)