changelog Sat Jan 10 01:32:12 2009 UTC
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3283&r2=1.3284&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3283 php-src/ChangeLog:1.3284
--- php-src/ChangeLog:1.3283 Fri Jan 9 01:32:20 2009
+++ php-src/ChangeLog Sat Jan 10 01:32:11 2009
@@ -1,3 +1,180 @@
+2009-01-09 Antony Dovgal <t...@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 <dso...@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 <t...@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 <i...@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 <t...@daylessday.org>
+
+ * ext/standard/mail.c
+ ext/standard/mail.c:
+ fix ZTS build
+
+2009-01-09 Ilia Alshanetsky <i...@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 <johan...@schlueters.de>
+
+ * ext/mysqli/mysqli_api.c:
+ Fix #46653 mysqlnd: can't extend mysqli
+
+2009-01-09 Jani Taskinen <jani.taski...@sci.fi>
+
+ * (PHP_5_2)
+ NEWS:
+ fix news
+
+2009-01-09 Sanjay Mantoor <smant...@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 <felipe...@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 <t...@daylessday.org>
* (PHP_5_3)
@@ -23488,7 +23665,7 @@
* sapi/litespeed/lsapi_main.c
sapi/litespeed/lsapilib.c:
- - Added missing $Id: ChangeLog,v 1.3283 2009/01/09 01:32:20 changelog
Exp $ tags and nuked c++ comments
+ - Added missing $Id: ChangeLog,v 1.3284 2009/01/10 01:32:11 changelog
Exp $ tags and nuked c++ comments
* (PHP_5_3)
ext/intl/locale/locale.c