changelog Tue Oct 23 01:31:22 2007 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2846&r2=1.2847&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2846 php-src/ChangeLog:1.2847
--- php-src/ChangeLog:1.2846 Mon Oct 22 01:31:22 2007
+++ php-src/ChangeLog Tue Oct 23 01:31:22 2007
@@ -1,3 +1,49 @@
+2007-10-22 Ilia Alshanetsky <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS
+ ext/mssql/php_mssql.c
+ ext/mssql/php_mssql.c:
+
+ MFB: Fixed bug #4294 (Move *timeout initialization from RINIT to connect
+ time)
+
+ * (PHP_5_3)
+ ext/mssql/php_mssql.c:
+ Fixed bug #4294 (Move *timeout initialization from RINIT to connect time)
+
+2007-10-22 Raghubansh Kumar <[EMAIL PROTECTED]>
+
+ * ext/standard/tests/array/array_filter_object.phpt
+ ext/standard/tests/array/array_filter_object.phpt:
+ more testcases for array_filter() function
+
+ * ext/standard/tests/array/array_filter_object.phpt
+ ext/standard/tests/array/array_filter_object.phpt
+ ext/standard/tests/array/array_filter_object.phpt:
+ 1.1.4;
+ file array_filter_object.phpt was initially added on branch PHP_5_2.
+
+2007-10-22 Andrey Hristov <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ ext/mysqli/mysqli.c:
+ Make it compile with libmysql 3.23
+
+2007-10-22 Dmitry Stogov <[EMAIL PROTECTED]>
+
+ * (PHP_5_2)
+ NEWS:
+ forgotten description
+
+ * (PHP_5_2)
+ NEWS
+ ext/standard/basic_functions.c
+ ext/standard/basic_functions.c
+ ext/standard/basic_functions.c:
+ Fixed move_uploaded_file() to always set file permissions of resulting
file
+ according to UMASK (Andrew Sitnikov)
+
2007-10-21 Ilia Alshanetsky <[EMAIL PROTECTED]>
* ext/standard/tests/file/006_error.phpt: