From: Date: Tue, 23 Oct 2007 01:31:22 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1559 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7b67b5bcdb795b48923daf3055c1526667b964aa;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 373763ddd5..2293d1ef1f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,49 @@ +2007-10-22 Ilia Alshanetsky + + * (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 + + * 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_5_2) + ext/mysqli/mysqli.c: + Make it compile with libmysql 3.23 + +2007-10-22 Dmitry Stogov + + * (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 * ext/standard/tests/file/006_error.phpt: