From: Date: Thu, 14 Aug 2008 01:32:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~732 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7e0b568fab410e375f145cdbb770a8ae4a4d6328;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e9c7f33bc9..a8d6584e61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,156 @@ +2008-08-13 Kalle Sommer Nielsen + + * (PHP_5_3) + main/php.h + win32/time.c: + MFH: + * Remove NTDDI_VERSION declaring and use the one in config.w32.h + * Remove another _WIN32_WINNT macro redef in win32/time.c + + * main/php.h + win32/time.c: + - Remove NTDDI_VERSION declaring and use the one in config.w32.h + * Remove another _WIN32_WINNT macro redef in win32/time.c + +2008-08-13 Pierre-Alain Joye + + * ext/reflection/php_reflection.c + main/php_ini.c: + - move declaration on top and fix build error + + * main/php_ini.c: + - MFB: move declaration on top and fix build error + +2008-08-13 Jani Taskinen + + * (PHP_5_2) + NEWS: + typoh + +2008-08-13 Felipe Pena + + * (PHP_5_3) + ext/ming/ming.c: + - Fixed build (ZTS) + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.c: + - Fix build + + * ext/snmp/snmp.c: + - New parameter parsing API + + * ext/gmp/gmp.c: + - New parameter parsing API (for gmp_testbit) + +2008-08-13 Antony Dovgal + + * (PHP_5_3) + ext/ming/ming.c: + fix long/int issues and a typo + +2008-08-13 Felipe Pena + + * (PHP_5_3) + NEWS: + - BFN #45798 + +2008-08-13 Antony Dovgal + + * (PHP_5_2) + ext/pspell/pspell.c + ext/pspell/pspell.c: + MFH: fix compile warnings (patch by Phil Oleson) + + * ext/pspell/pspell.c: + fix compile warnings (patch by Phil Oleson) + +2008-08-13 Dmitry Stogov + + * ZendEngine2/zend_language_scanner.c + ZendEngine2/zend_language_scanner_defs.h: + Regenerate scanner + + * ZendEngine2/tests/bug45805.phpt + ZendEngine2/tests/bug45805.phpt + ZendEngine2/tests/bug45805.phpt: + 1.1.4; + file bug45805.phpt was initially added on branch PHP_5_2. + + * (PHP_5_2) + NEWS + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/bug45805.phpt + ZendEngine2/tests/bug45805.phpt: + Fixed bug #45805 (Crach on throwing exception from error handler) + + * ZendEngine2/zend_language_scanner.l + ZendEngine2/zend_language_scanner_defs.h + sapi/cli/php_cli.c: + Fixed bug #45779 (regression with shebang lines processing) + +2008-08-13 Jani Taskinen + + * (PHP_5_2) + Makefile.global + NEWS + ext/standard/info.c + main/php_ini.c + sapi/cgi/cgi_main.c + sapi/cli/php_cli.c + sapi/milter/php_milter.c: + MFH: [DOC]- Added methods to change/disable + --with-config-file-scan-dir=PATH at + MFH: [DOC] startup: + MFH: [DOC] + MFH: [DOC] To disable: Override default php.ini by using both -c and -n + with + MFH: [DOC] CGI/CLI or set "PHP_INI_SCAN_DIR" environment + variable + MFH: [DOC] to an empty string. + MFH: [DOC] + MFH: [DOC] To change: Simply set "PHP_INI_SCAN_DIR" environment variable + to point + MFH: [DOC] to another path. + MFH: - Fixed bug #42604 ("make test" fails with + --with-config-file-scan-dir=/some/path) + MFH: - Implemented FR #45114 (Option to change + --with-config-file-scan-dir) + +2008-08-13 Stanislav Malyshev + + * (PHP_5_3) + NEWS: + report old bugfix + +2008-08-13 Jani Taskinen + + * Makefile.global + ext/standard/info.c + main/php_ini.c + sapi/cgi/cgi_main.c + sapi/cli/php_cli.c + sapi/milter/php_milter.c: + [DOC]- Added methods to change/disable --with-config-file-scan-dir=PATH at + [DOC] startup: + [DOC] + [DOC] To disable: Override default php.ini by using both -c and -n with + [DOC] CGI/CLI or set "PHP_INI_SCAN_DIR" environment variable + [DOC] to an empty string. + [DOC] + [DOC] To change: Simply set "PHP_INI_SCAN_DIR" environment variable to + point + [DOC] to another path. + + - Fixed bug #42604 ("make test" fails with + --with-config-file-scan-dir=/some/path) + - Implemented FR #45114 (Option to change --with-config-file-scan-dir) + 2008-08-12 Nuno Lopes * ZendEngine2/zend_API.h diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5dceae566a..7a59b2a8d3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,35 @@ +2008-08-13 Felipe Pena + + * zend_API.c + zend_API.c: + - Fix build + +2008-08-13 Dmitry Stogov + + * zend_language_scanner.c + zend_language_scanner_defs.h: + Regenerate scanner + + * zend_vm_def.h + zend_vm_def.h + zend_vm_def.h + zend_vm_execute.h + zend_vm_execute.h + zend_vm_execute.h + tests/bug45805.phpt + tests/bug45805.phpt: + Fixed bug #45805 (Crach on throwing exception from error handler) + + * tests/bug45805.phpt + tests/bug45805.phpt + tests/bug45805.phpt: + 1.1.4; + file bug45805.phpt was initially added on branch PHP_5_2. + + * zend_language_scanner.l + zend_language_scanner_defs.h: + Fixed bug #45779 (regression with shebang lines processing) + 2008-08-12 Nuno Lopes * zend_API.h