From: Date: Sat, 10 Jan 2009 01:32:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~4570 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe11a0119b166fe41f9545affe297f8c11bead06;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 6110ca51ec..de239b21c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,180 @@ +2009-01-09 Antony Dovgal + + * ext/standard/tests/file/file_get_contents_variation7.phpt + ext/standard/tests/file/file_get_contents_variation7.phpt + ext/standard/tests/file/file_get_contents_variation7.phpt: + cleanup garbage + + * ext/ftp/tests/ftp_get_basic.phpt + ext/ftp/tests/ftp_get_basic.phpt: + MF52: fix test: don't create tmp files in "." and clean up when done + + * (PHP_5_2) + ext/ftp/tests/ftp_get_basic.phpt: + fix test: don't create tmp files in "." and clean up when done + + * ext/standard/file.c: + use temp var instead of wrong typecast + + * (PHP_5_3) + NEWS: + okay, no news for new internal functions then + +2009-01-09 David Soria Parra + + * (PHP_5_2) + NEWS + sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c: + MFH: Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non + apache). + + * sapi/cgi/cgi_main.c: + Fixed bug #47042 (PHP cgi sapi is removing SCRIPT_FILENAME for non apache). + +2009-01-09 Antony Dovgal + + * (PHP_5_3) + NEWS: + news + + * ZendEngine2/zend_ts_hash.c + ZendEngine2/zend_ts_hash.h: + add zend_ts_hash_copy_to_hash() + + * ext/standard/file.c + ext/standard/ftp_fopen_wrapper.c + ext/standard/mail.c + ext/standard/php_string.h + ext/standard/string.c: + change functions to be consistent between branches + +2009-01-09 Ilia Alshanetsky + + * (PHP_5_3) + ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner.l + ZendEngine2/zend_language_scanner_defs.h + ZendEngine2/zend_stream.c + sapi/cli/php_cli.c: + + MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLI + opened files. + + * ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner.l + ZendEngine2/zend_language_scanner_defs.h + ZendEngine2/zend_stream.c + sapi/cli/php_cli.c: + + Corrected fix for bug #46844 to only trigger on the 1st line of CLI opened + files. + +2009-01-09 Antony Dovgal + + * ext/standard/mail.c + ext/standard/mail.c: + fix ZTS build + +2009-01-09 Ilia Alshanetsky + + * php.ini-dist + php.ini-recommended + ext/standard/mail.c + main/main.c + main/php_globals.h: + + MFB: Added mail logging functionality that allows logging of mail sent via + mail() function + + * (PHP_5_3) + NEWS + php.ini-dist + php.ini-recommended + ext/standard/mail.c + main/main.c + main/php_globals.h: + + [DOC] + Added mail logging functionality that allows logging of mail sent via + mail() function + + THe logging functionality is disabled by default but can be enabled on a + per-directory or globaly via 2 INI settings. + + The mail.log directive allows you to specify the file where each call to + mail() will be logged. The log file will contain the path and line # of + the + calling script in addition to all of the headers indicated by the user. + + The mail.add_x_header directive will introduce a X-PHP-Originating-Script + header that will contain the file name (no path) of the calling script and + the uid of the script. This combination should be sufficient for the admin + to locate the sending script. + +2009-01-09 Johannes Schlüter + + * ext/mysqli/mysqli_api.c: + Fix #46653 mysqlnd: can't extend mysqli + +2009-01-09 Jani Taskinen + + * (PHP_5_2) + NEWS: + fix news + +2009-01-09 Sanjay Mantoor + + * ext/date/tests/localtime_basic.phpt + ext/date/tests/localtime_basic.phpt + ext/date/tests/localtime_variation1.phpt + ext/date/tests/localtime_variation1.phpt + ext/date/tests/localtime_variation2.phpt + ext/date/tests/localtime_variation2.phpt + ext/date/tests/localtime_variation3.phpt + ext/date/tests/localtime_variation3.phpt + ext/date/tests/localtime_variation4.phpt + ext/date/tests/localtime_variation4.phpt + ext/date/tests/localtime_variation5.phpt + ext/date/tests/localtime_variation5.phpt: + New testcases for localtime function + + * ext/date/tests/localtime_basic.phpt + ext/date/tests/localtime_basic.phpt + ext/date/tests/localtime_basic.phpt + ext/date/tests/localtime_variation1.phpt + ext/date/tests/localtime_variation1.phpt + ext/date/tests/localtime_variation1.phpt + ext/date/tests/localtime_variation2.phpt + ext/date/tests/localtime_variation2.phpt + ext/date/tests/localtime_variation2.phpt + ext/date/tests/localtime_variation3.phpt + ext/date/tests/localtime_variation3.phpt + ext/date/tests/localtime_variation3.phpt + ext/date/tests/localtime_variation4.phpt + ext/date/tests/localtime_variation4.phpt + ext/date/tests/localtime_variation4.phpt + ext/date/tests/localtime_variation5.phpt + ext/date/tests/localtime_variation5.phpt + ext/date/tests/localtime_variation5.phpt: + 1.1.4; + file localtime_basic.phpt was initially added on branch PHP_5_2. + +2009-01-09 Felipe Pena + + * (PHP_5_3) + ext/exif/tests/exif_imagetype_variation1.phpt + ext/exif/tests/exif_imagetype_variation1.phpt + ext/standard/tests/file/file_put_contents_variation8.phpt + ext/standard/tests/file/readfile_variation10.phpt + ext/standard/tests/strings/md5_file.phpt + ext/standard/tests/strings/md5_file.phpt + ext/tidy/tests/019.phpt + ext/tidy/tests/019.phpt + ext/tidy/tests/022.phpt + ext/tidy/tests/022.phpt: + - Fixed tests + 2009-01-08 Antony Dovgal * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e26978333f..edad40fe89 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,28 @@ +2009-01-09 Antony Dovgal + + * zend_ts_hash.c + zend_ts_hash.h: + add zend_ts_hash_copy_to_hash() + +2009-01-09 Ilia Alshanetsky + + * (PHP_5_3) + zend_language_scanner.c + zend_language_scanner.l + zend_language_scanner_defs.h + zend_stream.c: + + MFH: Corrected fix for bug #46844 to only trigger on the 1st line of CLI + opened files. + + * zend_language_scanner.c + zend_language_scanner.l + zend_language_scanner_defs.h + zend_stream.c: + + Corrected fix for bug #46844 to only trigger on the 1st line of CLI opened + files. + 2009-01-08 Antony Dovgal * (PHP_5_3)