From 82b05ed3ca036d292a39fc11f71c56ec1d51c20d Mon Sep 17 00:00:00 2001 From: Date: Wed, 22 Oct 2008 01:31:53 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) diff --git a/ChangeLog b/ChangeLog index 835cb338fc..e5b5e346df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,130 @@ +2008-10-21 Arnaud Le Blanc + + * ext/curl/interface.c + ext/date/php_date.c + ext/dom/domimplementation.c + ext/exif/exif.c + ext/gd/gd.c + ext/iconv/iconv.c + ext/mysql/php_mysql.c + ext/openssl/openssl.c + ext/pcre/php_pcre.c + ext/simplexml/simplexml.c + ext/soap/soap.c + ext/sockets/sockets.c + ext/spl/spl_directory.c + ext/spl/spl_directory.c + ext/spl/spl_iterators.c + ext/spl/spl_iterators.c + ext/standard/array.c + ext/standard/assert.c + ext/standard/basic_functions.c + ext/standard/browscap.c + ext/standard/crypt.c + ext/standard/file.c + ext/standard/filestat.c + ext/standard/head.c + ext/standard/html.c + ext/standard/info.c + ext/standard/mail.c + ext/standard/proc_open.c + ext/standard/rand.c + ext/standard/streamsfuncs.c + ext/standard/string.c + ext/standard/type.c + ext/standard/versioning.c + ext/zip/php_zip.c: + initialize optional vars + +2008-10-21 Ilia Alshanetsky + + * (PHP_5_3) + NEWS: + Already in 5.2 + +2008-10-21 Arnaud Le Blanc + + * (PHP_5_3) + NEWS: + BFN moved to PHP_5_2 + + * (PHP_5_2) + NEWS + NEWS + sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.h + sapi/cgi/fastcgi.h: + MFH: Fixed FCGI_GET_VALUES requests (fixes #45522) + +2008-10-21 Alexey Zakhlestin + + * ext/standard/tests/file/fnmatch_basic.phpt + ext/standard/tests/file/fnmatch_error.phpt + ext/standard/tests/file/fnmatch_variation.phpt: + MFB: skip tests on systems without fnmatch() function (f.e.: old darwin) + + * (PHP_5_3) + ext/standard/tests/file/fnmatch_basic.phpt + ext/standard/tests/file/fnmatch_error.phpt + ext/standard/tests/file/fnmatch_variation.phpt: + skip tests on systems without fnmatch() function (f.e.: old darwin) + + * ext/phar/tests/phar_oo_005.phpt: + MFB: proper check for php-version + + * (PHP_5_3) + ext/phar/tests/phar_oo_005.phpt: + proper check for php-version + + * ext/standard/tests/file/copy_variation15.phpt + ext/standard/tests/file/copy_variation9.phpt + ext/standard/tests/file/fnmatch_basic.phpt + ext/standard/tests/file/fnmatch_error.phpt + ext/standard/tests/file/fnmatch_variation.phpt: + MFB: these tests work just fine on macos-x + + * (PHP_5_3) + ext/standard/tests/file/copy_variation15.phpt + ext/standard/tests/file/copy_variation9.phpt + ext/standard/tests/file/fnmatch_basic.phpt + ext/standard/tests/file/fnmatch_error.phpt + ext/standard/tests/file/fnmatch_variation.phpt: + these tests work just fine on macos-x + + * (PHP_5_3) + ext/phar/tests/phar_oo_005.phpt: + fixed wrong check for version + +2008-10-21 Zoe Slattery + + * (PHP_5_2) + ext/date/tests/strtotime_basic.phpt: + Committing test for till + + * ext/date/tests/strtotime_basic.phpt + ext/date/tests/strtotime_basic.phpt: + + Committing test for till + + * ext/date/tests/strtotime_basic.phpt + ext/date/tests/strtotime_basic.phpt: + + file strtotime_basic.phpt was initially added on branch PHP_5_3. + +2008-10-21 Arnaud Le Blanc + + * (PHP_5_3) + NEWS: + typo + + * sapi/cgi/cgi_main.c + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.h: + Fixed FCGI_GET_VALUES requests (fixes #45522) + 2008-10-20 Scott MacVicar * (PHP_5_3) -- 2.50.1