From: Date: Wed, 9 Jan 2008 01:31:43 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~979 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4dd074de6010ff0375022e0ba19923a2a2a47991;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a6ac7ecdb8..8af1403ac5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,144 @@ +2008-01-08 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/standard/ftp_fopen_wrapper.c: + + MFB: Fixed bug #43498 (file_exists() on a proftpd server got SIZE not + allowed in ASCII mode). + + * ext/standard/ftp_fopen_wrapper.c: + MFB: Fixed bug #43498 (file_exists() on a proftpd server got SIZE not + allowed in ASCII mode). + + * (PHP_5_3) + ext/standard/ftp_fopen_wrapper.c: + Fixed bug #43498 (file_exists() on a proftpd server got SIZE not + allowed in ASCII mode). + +2008-01-08 Ulf Wendel + + * ext/mysqli/tests/mysqli_class_mysqli_interface.phpt: + Those functions have been deprecated and removed. We'll test them only + internally + but not bother php.net with it. Unless you really want to have tests for + deprecated + and removed functionality... + + * (PHP_5_3) + ext/mysqli/tests/mysqli_stmt_send_long_data.phpt: + MySQL 6 compatibility fix. + +2008-01-08 Andrey Hristov + + * ext/mysqlnd/mysqlnd.c + ext/mysqlnd/mysqlnd.c + ext/mysqlnd/mysqlnd.h + ext/mysqlnd/mysqlnd_debug.h + ext/mysqlnd/mysqlnd_enum_n_def.h + ext/mysqlnd/mysqlnd_loaddata.c + ext/mysqlnd/mysqlnd_loaddata.c + ext/mysqlnd/mysqlnd_palloc.h + ext/mysqlnd/mysqlnd_priv.h + ext/mysqlnd/mysqlnd_priv.h + ext/mysqlnd/mysqlnd_result.c + ext/mysqlnd/mysqlnd_result.h + ext/mysqlnd/mysqlnd_result_meta.h + ext/mysqlnd/mysqlnd_statistics.h + ext/mysqlnd/mysqlnd_structs.h + ext/mysqlnd/mysqlnd_wireprotocol.c + ext/mysqlnd/mysqlnd_wireprotocol.c + ext/mysqlnd/mysqlnd_wireprotocol.h + ext/mysqlnd/php_mysqlnd.h: + strncpy->strlcpy + +2008-01-08 Ulf Wendel + + * (PHP_5_3) + ext/mysqli/tests/002.phpt + ext/mysqli/tests/003.phpt + ext/mysqli/tests/004.phpt + ext/mysqli/tests/005.phpt + ext/mysqli/tests/006.phpt + ext/mysqli/tests/007.phpt + ext/mysqli/tests/008.phpt + ext/mysqli/tests/009.phpt + ext/mysqli/tests/010.phpt + ext/mysqli/tests/011.phpt + ext/mysqli/tests/012.phpt + ext/mysqli/tests/013.phpt + ext/mysqli/tests/014.phpt + ext/mysqli/tests/015.phpt + ext/mysqli/tests/017.phpt + ext/mysqli/tests/019.phpt + ext/mysqli/tests/020.phpt + ext/mysqli/tests/021.phpt + ext/mysqli/tests/022.phpt + ext/mysqli/tests/023.phpt + ext/mysqli/tests/024.phpt + ext/mysqli/tests/025.phpt + ext/mysqli/tests/026.phpt + ext/mysqli/tests/029.phpt + ext/mysqli/tests/030.phpt + ext/mysqli/tests/031.phpt + ext/mysqli/tests/032.phpt + ext/mysqli/tests/036.phpt + ext/mysqli/tests/037.phpt + ext/mysqli/tests/038.phpt + ext/mysqli/tests/039.phpt + ext/mysqli/tests/040.phpt + ext/mysqli/tests/042.phpt + ext/mysqli/tests/043.phpt + ext/mysqli/tests/046.phpt + ext/mysqli/tests/047.phpt + ext/mysqli/tests/048.phpt + ext/mysqli/tests/061.phpt: + Merge from HEAD: looks more than it is. Whitespace, some SQL formatting + changes etc. + No "real" changes. + + * ext/mysqli/tests/002.phpt + ext/mysqli/tests/003.phpt + ext/mysqli/tests/004.phpt + ext/mysqli/tests/005.phpt + ext/mysqli/tests/006.phpt + ext/mysqli/tests/007.phpt + ext/mysqli/tests/008.phpt + ext/mysqli/tests/009.phpt + ext/mysqli/tests/010.phpt + ext/mysqli/tests/011.phpt + ext/mysqli/tests/012.phpt + ext/mysqli/tests/013.phpt + ext/mysqli/tests/014.phpt + ext/mysqli/tests/015.phpt + ext/mysqli/tests/017.phpt + ext/mysqli/tests/019.phpt + ext/mysqli/tests/020.phpt + ext/mysqli/tests/021.phpt + ext/mysqli/tests/022.phpt + ext/mysqli/tests/023.phpt + ext/mysqli/tests/024.phpt + ext/mysqli/tests/025.phpt + ext/mysqli/tests/026.phpt + ext/mysqli/tests/029.phpt + ext/mysqli/tests/030.phpt + ext/mysqli/tests/031.phpt + ext/mysqli/tests/032.phpt + ext/mysqli/tests/036.phpt + ext/mysqli/tests/037.phpt + ext/mysqli/tests/038.phpt + ext/mysqli/tests/039.phpt + ext/mysqli/tests/040.phpt + ext/mysqli/tests/042.phpt + ext/mysqli/tests/043.phpt + ext/mysqli/tests/046.phpt + ext/mysqli/tests/047.phpt + ext/mysqli/tests/048.phpt + ext/mysqli/tests/061.phpt: + Looks more than it is. Its whitespace, adding error handling in a few + places, + changing SQL statement formatting etc. No "real" changes. + 2008-01-07 Ilia Alshanetsky * (PHP_5_3)