From: Date: Thu, 4 Jun 2009 01:33:02 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3416 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8808bfdf65667e1f76b1839ab248fe84201d5343;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3c04a3546f..87e0487dde 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,157 @@ +2009-06-03 Brian Shire + + * (PHP_5_3) + ext/standard/tests/general_functions/bug47859.phpt: + MFH: Add test for Bug #47859 parse_ini_file() does not like asterisk (*) in + key in the beginning + + * ext/standard/tests/general_functions/bug47859.phpt + ext/standard/tests/general_functions/bug47859.phpt: + + Add test for Bug #47859 parse_ini_file() does not like asterisk (*) in key + in the beginning + +2009-06-03 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/soap/php_http.c + ext/soap/php_http.c: + + MFB: Fixed bug #46386 (Digest authentication with SOAP module fails + against + MSSQL SOAP services) + + * (PHP_5_3) + ext/soap/php_http.c: + + Fixed bug #46386 (Digest authentication with SOAP module fails against + MSSQL + SOAP services) + + +2009-06-03 Zoe Slattery + + * (PHP_5_2) + ext/spl/tests/SplFileObject_fflush_basic_001.phpt + ext/spl/tests/SplFileObject_fflush_basic_001.phpt + ext/spl/tests/SplFileObject_fpassthru_basic.phpt + ext/spl/tests/SplFileObject_fpassthru_basic.phpt + ext/spl/tests/SplFileObject_fscanf_basic.phpt + ext/spl/tests/SplFileObject_fscanf_basic.phpt + ext/spl/tests/SplFileObject_fseek_error_001.phpt + ext/spl/tests/SplFileObject_fseek_error_001.phpt + ext/spl/tests/SplFileObject_ftruncate_error_001.phpt + ext/spl/tests/SplFileObject_ftruncate_error_001.phpt + ext/spl/tests/SplFileObject_fwrite_error_001.phpt + ext/spl/tests/SplFileObject_fwrite_error_001.phpt + ext/spl/tests/SplFileObject_fwrite_variation_001.phpt + ext/spl/tests/SplFileObject_fwrite_variation_001.phpt + ext/spl/tests/SplFileObject_fwrite_variation_002.phpt + ext/spl/tests/SplFileObject_fwrite_variation_002.phpt + ext/spl/tests/SplFileObject_fwrite_variation_003.phpt + ext/spl/tests/SplFileObject_getCsvControl_basic_001.phpt + ext/spl/tests/SplFileObject_seek_error_001.phpt + ext/spl/tests/SplFileObject_testinput.csv: + Commiting testfest tests from tek + + * ext/spl/tests/SplFileObject_fwrite_variation_003.phpt + ext/spl/tests/SplFileObject_fwrite_variation_003.phpt + ext/spl/tests/SplFileObject_fwrite_variation_003.phpt + ext/spl/tests/SplFileObject_getCsvControl_basic_001.phpt + ext/spl/tests/SplFileObject_seek_error_001.phpt + ext/spl/tests/SplFileObject_testinput.csv: + 1.1.4; + file SplFileObject_fwrite_variation_003.phpt was initially added on branch + PHP_5_3. + + * ext/spl/tests/SplFileObject_fflush_basic_001.phpt + ext/spl/tests/SplFileObject_fflush_basic_001.phpt + ext/spl/tests/SplFileObject_fflush_basic_001.phpt + ext/spl/tests/SplFileObject_fpassthru_basic.phpt + ext/spl/tests/SplFileObject_fpassthru_basic.phpt + ext/spl/tests/SplFileObject_fpassthru_basic.phpt + ext/spl/tests/SplFileObject_fscanf_basic.phpt + ext/spl/tests/SplFileObject_fscanf_basic.phpt + ext/spl/tests/SplFileObject_fscanf_basic.phpt + ext/spl/tests/SplFileObject_fseek_error_001.phpt + ext/spl/tests/SplFileObject_fseek_error_001.phpt + ext/spl/tests/SplFileObject_fseek_error_001.phpt + ext/spl/tests/SplFileObject_ftruncate_error_001.phpt + ext/spl/tests/SplFileObject_ftruncate_error_001.phpt + ext/spl/tests/SplFileObject_ftruncate_error_001.phpt + ext/spl/tests/SplFileObject_fwrite_error_001.phpt + ext/spl/tests/SplFileObject_fwrite_error_001.phpt + ext/spl/tests/SplFileObject_fwrite_error_001.phpt + ext/spl/tests/SplFileObject_fwrite_variation_001.phpt + ext/spl/tests/SplFileObject_fwrite_variation_001.phpt + ext/spl/tests/SplFileObject_fwrite_variation_001.phpt + ext/spl/tests/SplFileObject_fwrite_variation_002.phpt + ext/spl/tests/SplFileObject_fwrite_variation_002.phpt + ext/spl/tests/SplFileObject_fwrite_variation_002.phpt + ext/spl/tests/SplFileObject_getCsvControl_basic_001.phpt + ext/spl/tests/SplFileObject_getCsvControl_basic_001.phpt + ext/spl/tests/SplFileObject_getCsvControl_basic_001.phpt + ext/spl/tests/SplFileObject_seek_error_001.phpt + ext/spl/tests/SplFileObject_seek_error_001.phpt + ext/spl/tests/SplFileObject_seek_error_001.phpt + ext/spl/tests/SplFileObject_testinput.csv + ext/spl/tests/SplFileObject_testinput.csv + ext/spl/tests/SplFileObject_testinput.csv: + 1.1.4; + Commiting testfest tests from tek + +2009-06-03 Kalle Sommer Nielsen + + * (PHP_5_2) + NEWS + main/streams/cast.c: + Fixed #48448 (Compile failure under IRIX 6.5.30 building cast.c) + + +2009-06-03 Pierre-Alain Joye + + * ext/standard/tests/file/link_win32.phpt + ext/standard/tests/file/link_win32.phpt: + - fix title + + * ext/standard/link_win32.c + ext/standard/tests/file/link_win32.phpt: + - MFB: fix parameter order and return value check in windows (Venkat Raman + Don, Pierre)' link + + * (PHP_5_3) + ext/standard/link_win32.c + ext/standard/tests/file/link_win32.phpt + ext/standard/tests/file/link_win32.phpt: + - fix parameter order and return value check in windows (Venkat Raman Don, + Pierre)' link + +2009-06-03 Kalle Sommer Nielsen + + * (PHP_5_3) + ext/bcmath/libbcmath/src/bcmath.h: + MFH: config.h is in this directory, not in ext/bcmath root, fixes + re-compilation for me + + * ext/bcmath/libbcmath/src/bcmath.h: + config.h is in this directory, not in ext/bcmath root, fixes re-compilation + for me + + * (PHP_5_3) + win32/build/mkdist.php + win32/build/template.rc: + MFH: + * We dont need to wrap to two lines here, its small enough to show with a + standard sized cmd window + * Bump copyright year in the .rc + + * win32/build/mkdist.php + win32/build/template.rc: + - We dont need to wrap to two lines here, its small enough to show with a + standard sized cmd window + * Bump copyright year in the .rc + 2009-06-02 Jani Taskinen * (PHP_5_2)