From: Date: Tue, 5 May 2009 01:32:44 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.4.0alpha1~191^2~3749 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e3ed279700535aa1156578b4e27dfda4e7f5057f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 43543bcd0c..147fe9b529 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,190 @@ +2009-05-04 Kalle Sommer Nielsen + + * (PHP_5_3) + NEWS + ext/filter/tests/bug39763.phpt + ext/filter/tests/bug42718-2.phpt + ext/pcre/tests/bug33200.phpt + ext/session/tests/001.phpt + ext/session/tests/003.phpt + ext/session/tests/004.phpt + ext/session/tests/005.phpt + ext/session/tests/006.phpt + ext/session/tests/007.phpt + ext/session/tests/008-php4.2.3.phpt + ext/session/tests/009.phpt + ext/session/tests/012.phpt + ext/session/tests/013.phpt + ext/session/tests/014.phpt + ext/session/tests/019.phpt + ext/standard/tests/general_functions/putenv_error1.phpt + ext/standard/tests/general_functions/putenv_error2.phpt + ext/standard/tests/misc/syslog_vars_variation1.phpt + ext/standard/tests/network/define_syslog_variables_variation-win32.phpt + main/main.c + tests/basic/bug46313-win.phpt + tests/security/magic_quotes_gpc.phpt: + Added E_DEPRECATED startup notice (5.3 only) + +2009-05-04 Scott MacVicar + + * (PHP_5_3) + NEWS: + BFN + +2009-05-04 Pierre-Alain Joye + + * win32/php_stdint.h + win32/php_stdint.h: + - revert last commit and fix inline + +2009-05-04 Scott MacVicar + + * ext/fileinfo/data_file.c: + Update libmagic data file to 5.02 + + * ext/fileinfo/libmagic/apprentice.c + ext/fileinfo/libmagic/apptype.c + ext/fileinfo/libmagic/cdf.c + ext/fileinfo/libmagic/cdf.h + ext/fileinfo/libmagic/compress.c + ext/fileinfo/libmagic/file.h + ext/fileinfo/libmagic/funcs.c + ext/fileinfo/libmagic/magic.c + ext/fileinfo/libmagic/patchlevel.h + ext/fileinfo/libmagic/readcdf.c + ext/fileinfo/libmagic/softmagic.c: + Update libmagic to 5.02 + +2009-05-04 Pierre-Alain Joye + + * win32/php_stdint.h + win32/php_stdint.h: + - a macro will just do it too + +2009-05-04 Derick Rethans + + * main/main.c: + - Fixed warnings + +2009-05-04 Jani Taskinen + + * (PHP_5_3) + NEWS: + - Fix news + +2009-05-04 Pierre-Alain Joye + + * ext/date/php_date.c + ext/date/php_date.c: + - cleaner fix + + * win32/php_stdint.h + win32/php_stdint.h: + - add llabs + +2009-05-04 Scott MacVicar + + * (PHP_5_3) + ext/hash/hash.c: + Add missing prototypes for mhash, no code changes. + +2009-05-04 Pierre-Alain Joye + + * ext/date/php_date.c + ext/date/php_date.c + ext/date/php_date.c: + - fix build + + * php.ini-development + php.ini-development + php.ini-production + php.ini-production: + - win extension_dir + +2009-05-04 Antony Dovgal + + * main/network.c: + use correct function + +2009-05-04 Ilia Alshanetsky + + * (PHP_5_2) + main/network.c: + + Fixed a possible crash + +2009-05-04 Antony Dovgal + + * main/network.c: + don't segfault on bindto == NULL + +2009-05-04 Pierre-Alain Joye + + * (PHP_5_3) + NEWS: + - #39637 + +2009-05-04 Ilia Alshanetsky + + * (PHP_5_2) + main/network.c: + + Fixed bad merge + +2009-05-04 Pierre-Alain Joye + + * ext/curl/interface.c + ext/curl/interface.c: + - [DOC] a note about the symbol -> version page/doc + + * (PHP_5_3) + ext/curl/interface.c: + - [DOC] MFH: #39637, add CURLOPT_FTP_FILEMETHOD which accepts + CURLFTPMETHOD_MULTICWD, CURLFTPMETHOD_NOCWD and CURLFTPMETHOD_SINGLECWD + + * ext/curl/interface.c: + - [DOC] #39637, add CURLOPT_FTP_FILEMETHOD which accepts + CURLFTPMETHOD_MULTICWD, CURLFTPMETHOD_NOCWD and CURLFTPMETHOD_SINGLECWD + +2009-05-04 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + main/network.c + main/network.c: + + MFB: Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via + bindto) + + * (PHP_5_3) + main/network.c: + Fixed bug #48131 (Don't try to bind ipv4 addresses to ipv6 ips via bindto) + +2009-05-04 Pierre-Alain Joye + + * (PHP_5_3) + NEWS: + - #47739 + + * (PHP_5_3) + ext/curl/interface.c: + - MFH: [DOC] #47739. add option CURLOPT_IPRESOLVE which accepts + CURL_IPRESOLVE_WHATEVER, CURL_IPRESOLVE_V4 or CURL_IPRESOLVE_V6 + + * ext/curl/interface.c: + - [DOC] #47739. add option CURLOPT_IPRESOLVE which accepts + CURL_IPRESOLVE_WHATEVER, CURL_IPRESOLVE_V4 or CURL_IPRESOLVE_V6 + +2009-05-04 Greg Beaver + + * ext/phar/phar_object.c: + MFB: disable mysterious segfault on PHP 5.3 (5.2 not affected) + + * (PHP_5_3) + ext/phar/phar_object.c: + disable cause of mysterious segfault in PHP 5.3 only (5.2 is fine) + 2009-05-03 Pierre-Alain Joye * ext/curl/interface.c: