changelog Tue Aug 19 01:32:11 2008 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3142&r2=1.3143&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.3142 php-src/ChangeLog:1.3143 --- php-src/ChangeLog:1.3142 Mon Aug 18 01:32:54 2008 +++ php-src/ChangeLog Tue Aug 19 01:32:10 2008 @@ -1,3 +1,250 @@ +2008-08-18 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/standard/tests/file/bug27508.phpt: + - MFB: don't use /tmp as tmpdir and avoid endless loop when fopen or + tmpnam failed + + * (PHP_5_3) + ext/standard/tests/file/bug27508.phpt: + - don't use /tmp as tmpdir and avoid endless loop when fopen or tmpnam + failed + +2008-08-18 Felipe Pena <[EMAIL PROTECTED]> + + * (PHP_5_3) + ext/reflection/tests/property_exists.phpt: + - Fixed test + + * ext/reflection/php_reflection.c + ext/reflection/tests/ReflectionMethod_invoke_basic.phpt + ext/reflection/tests/property_exists.phpt: + - MFB: New parameter parsing API + - Fixed tests + +2008-08-18 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/standard/tests/file/popen_pclose_error-win32.phpt: + - new parameter API error + +2008-08-18 Felipe Pena <[EMAIL PROTECTED]> + + * (PHP_5_3) + NEWS: + - BFN: #45743 + + * (PHP_5_2) + ZendEngine2/tests/method_exists_002.phpt: + - New test + + * (PHP_5_3) + ZendEngine2/tests/method_exists_002.phpt + ZendEngine2/tests/property_exists.phpt: + - New tests + + * ZendEngine2/tests/method_exists_002.phpt + ZendEngine2/tests/method_exists_002.phpt + ZendEngine2/tests/method_exists_002.phpt + ZendEngine2/tests/property_exists.phpt + ZendEngine2/tests/property_exists.phpt: + 1.1.4; + - New tests + + * (PHP_5_3) + ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/011.phpt + ZendEngine2/tests/bug42211.phpt: + - MFH: Fixed bug #45743 (property_exists fails to find static protected + member in child class) + + * ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/011.phpt + ZendEngine2/tests/bug42211.phpt: + - Fixed bug #45743 (property_exists fails to find static protected member + in child class) + In general, now property_exists() behave like method_exists() (ie. + independs of context/visibibility) + +2008-08-18 Greg Beaver <[EMAIL PROTECTED]> + + * (PHP_5_3) + ext/phar/config.w32: + fix windows build when building phar shared with native-ssl disabled (you + can't use the symbols directly if openssl is built shared or is not built + at all) + +2008-08-18 Antony Dovgal <[EMAIL PROTECTED]> + + * README.PARAMETER_PARSING_API: + these are not bits, but bytes.. + + * (PHP_5_2) + NEWS + NEWS + ext/hash/hash_crc32.c + ext/hash/hash_crc32.c + ext/hash/tests/crc32.phpt + ext/hash/tests/crc32.phpt + ext/hash/tests/hash_copy_001.phpt: + MFH: fix bug #45028 (CRC32 output endianness is different between crc32() + and hash()) + + * ext/hash/hash_crc32.c + ext/hash/tests/crc32.phpt + ext/hash/tests/hash_copy_001.phpt: + fix bug #45028 (CRC32 output endianness is different between crc32() and + hash()) + + * (PHP_5_3) + README.PARAMETER_PARSING_API: + MFH: add note on 64bit compatibility and mention check_parameters.php + + * README.PARAMETER_PARSING_API: + add note on 64bit compatibility and mention check_parameters.php + +2008-08-18 Dmitry Stogov <[EMAIL PROTECTED]> + + * sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.h + sapi/cgi/fastcgi.h: + Fix for bug #45786 (FastCGI process exited unexpectedly) + +2008-08-18 Jani Taskinen <[EMAIL PROTECTED]> + + * ext/standard/basic_functions.c: + - Fix include + +2008-08-18 Dmitry Stogov <[EMAIL PROTECTED]> + + * TSRM/tsrm_virtual_cwd.c + TSRM/tsrm_virtual_cwd.c + ext/standard/tests/file/realpath_basic4.phpt: + Fixed bug #45835 (include and symlinks) + + * ext/standard/tests/file/realpath_basic4.phpt + ext/standard/tests/file/realpath_basic4.phpt: + + Fixed bug #45835 (include and symlinks) + + * TSRM/tsrm_virtual_cwd.c: + Fixed argumets order + + * (PHP_5_3) + TSRM/tsrm_virtual_cwd.c: + Fixed arguments order + + * ext/standard/tests/file/touch.phpt + ext/standard/tests/file/touch.phpt: + Reverted wrong "fix" + +2008-08-18 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * (PHP_5_3) + ext/standard/basic_functions.c: + - MFH: this change was not part of the env patch + + * ext/standard/basic_functions.c: + - this change was not part of the env patch + +2008-08-18 Antony Dovgal <[EMAIL PROTECTED]> + + * (PHP_5_2) + main/output.c + main/output.c: + reverted because of test failures + + * main/output.c: + reverted because it causes lots of test failures in ext/soap + +2008-08-18 Pierre-Alain Joye <[EMAIL PROTECTED]> + + * ext/standard/tests/file/touch.phpt: + - MFB: unix is too young (<1970), make the test portable + + * (PHP_5_3) + ext/standard/tests/file/touch.phpt: + - unix is too young (<1970), make the test portable + + * (PHP_5_3) + ext/standard/basic_functions.c: + - [DOC] MFH: make putenv behaves like unix putenv on Windows: + . FOO=1234 => set FOO to 1234 + . FOO= => set FOO to an empty string + . FOO= => unset FOO + . Use Set/GetEnvironmnent variable only + + * ext/standard/basic_functions.c: + - [DOC] make putenv behaves like unix putenv on Windows: + . FOO=1234 => set FOO to 1234 + . FOO= => set FOO to an empty string + . FOO= => unset FOO + . Use Set/GetEnvironmnent variable only + +2008-08-18 Arnaud Le Blanc <[EMAIL PROTECTED]> + + * ext/standard/tests/dir/readdir_variation2.phpt + ext/standard/tests/dir/rewinddir_variation2.phpt: + Fix tests (closes #45841) + + * main/output.c: + ws + + * (PHP_5_2) + NEWS + main/output.c + main/output.c + tests/lang/bug45392.phpt + tests/lang/bug45392.phpt: + MFH: Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit). + + * main/output.c + tests/lang/bug45392.phpt + tests/lang/bug45392.phpt + tests/lang/bug45392.phpt: + Fixed bug #45392 (ob_start()/ob_end_clean() and memory_limit). + + * main/output.c: + update buffer size after having effectively realloc()ed it when appending + data to an output buffer + +2008-08-18 Moriyoshi Koizumi <[EMAIL PROTECTED]> + + * ext/standard/html.c: + - Beware of signedness + +2008-08-18 Felipe Pena <[EMAIL PROTECTED]> + + * (PHP_5_3) + ext/mbstring/mbstring.c: + - New parameter parsing API (for mb_convert_variables()) + + * ext/mbstring/mbstring.c + ext/mbstring/php_mbregex.c + ext/mbstring/tests/ini_language.phpt + ext/mbstring/tests/mb_output_handler_pattern-01.phpt + ext/mbstring/tests/mb_output_handler_pattern-02.phpt + ext/mbstring/tests/mb_output_handler_pattern-03.phpt + ext/mbstring/tests/mb_output_handler_pattern-04.phpt + ext/mbstring/tests/mb_output_handler_pattern-05.phpt + ext/mbstring/tests/mb_output_handler_pattern-06.phpt + ext/mbstring/tests/mb_output_handler_pattern-07.phpt + ext/mbstring/tests/mb_output_handler_pattern-08.phpt + ext/mbstring/tests/mb_output_handler_pattern-09.phpt + ext/mbstring/tests/mb_output_handler_pattern-10.phpt + ext/mbstring/tests/mb_output_handler_pattern-11.phpt + ext/mbstring/tests/mb_output_handler_pattern-12.phpt + ext/mbstring/tests/mb_parse_str.phpt + ext/mbstring/tests/mb_regex_encoding_error1.phpt + ext/mbstring/tests/mb_regex_encoding_variation1.phpt + ext/mbstring/tests/mb_strtolower_basic.phpt + ext/mbstring/tests/mb_substr_error1.phpt + ext/mbstring/tests/mb_substr_variation1.phpt + ext/mbstring/tests/mb_substr_variation2.phpt: + - New parameter parsing API + - Fixed tests + 2008-08-17 Felipe Pena <[EMAIL PROTECTED]> * ext/standard/array.c @@ -2569,7 +2816,7 @@ * sapi/litespeed/lsapi_main.c sapi/litespeed/lsapilib.c: - - Added missing $Id: ChangeLog,v 1.3142 2008/08/18 01:32:54 changelog Exp $ tags and nuked c++ comments + - Added missing $Id: ChangeLog,v 1.3143 2008/08/19 01:32:10 changelog Exp $ tags and nuked c++ comments * (PHP_5_3) ext/intl/locale/locale.c