]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Tue, 23 Oct 2007 01:31:22 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Tue, 23 Oct 2007 01:31:22 +0000 (01:31 +0000)
ChangeLog

index 373763ddd5a22276c0b25f56d98ff3a2488fd533..2293d1ef1f55f7158f64654f48bc8b053cb8aadb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,49 @@
+2007-10-22  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (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  <kraghuba@in.ibm.com>
+
+    * 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  <php@hristov.com>
+
+    * (PHP_5_2)
+      ext/mysqli/mysqli.c:
+      Make it compile with libmysql 3.23
+
+2007-10-22  Dmitry Stogov  <dmitry@zend.com>
+
+    * (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  <ilia@prohost.org>
 
     * ext/standard/tests/file/006_error.phpt: