1
0
mirror of https://github.com/php/php-src.git synced 2026-03-29 19:52:20 +02:00

ChangeLog update

This commit is contained in:
2009-01-10 01:32:15 +00:00
parent 8763cf64c8
commit fe11a0119b
2 changed files with 202 additions and 0 deletions

177
ChangeLog
View File

@@ -1,3 +1,180 @@
2009-01-09 Antony Dovgal <tony@daylessday.org>
* 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 <dsoria@gmx.net>
* (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 <tony@daylessday.org>
* (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 <ilia@prohost.org>
* (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 <tony@daylessday.org>
* ext/standard/mail.c
ext/standard/mail.c:
fix ZTS build
2009-01-09 Ilia Alshanetsky <ilia@prohost.org>
* 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 <johannes@schlueters.de>
* ext/mysqli/mysqli_api.c:
Fix #46653 mysqlnd: can't extend mysqli
2009-01-09 Jani Taskinen <jani.taskinen@sci.fi>
* (PHP_5_2)
NEWS:
fix news
2009-01-09 Sanjay Mantoor <smantoor@in.ibm.com>
* 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 <felipensp@gmail.com>
* (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 <tony@daylessday.org>
* (PHP_5_3)

View File

@@ -1,3 +1,28 @@
2009-01-09 Antony Dovgal <tony@daylessday.org>
* zend_ts_hash.c
zend_ts_hash.h:
add zend_ts_hash_copy_to_hash()
2009-01-09 Ilia Alshanetsky <ilia@prohost.org>
* (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 <tony@daylessday.org>
* (PHP_5_3)