From: Date: Tue, 15 Jul 2008 01:32:05 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_HEAD_NS_CHANGE~1260 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2ef07c40f51032aeb0b0ddc29a5ee19c6b496fdd;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 292842192f..8fd90b2a4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,232 @@ +2008-07-14 Stanislav Malyshev + + * (PHP_5_3) + EXTENSIONS: + add intl to extensions + +2008-07-14 Felipe Pena + + * ext/com_dotnet/com_extension.c + ext/readline/readline.c: + - MFB: Added arginfo + + * (PHP_5_3) + ext/com_dotnet/com_extension.c + ext/readline/readline.c: + - Added arginfo + +2008-07-14 Derick Rethans + + * ext/date/php_date.c: + - Fixed reversed logic. + + * (PHP_5_3) + ext/date/php_date.c + ext/date/lib/dow.c + ext/date/lib/parse_date.c + ext/date/lib/parse_date.re + ext/date/lib/timelib.h: + - MFH: Added a warning to the error struct in case a parsed-date was found + to + be invalid. + + * ext/date/php_date.c + ext/date/lib/dow.c + ext/date/lib/parse_date.c + ext/date/lib/parse_date.re + ext/date/lib/timelib.h: + - Added a warning to the error struct in case a parsed-date was found to be + invalid. + +2008-07-14 Josie Messa + + * ext/standard/tests/strings/similar_text_basic.phpt + ext/standard/tests/strings/similar_text_error.phpt: + - Tests from TestFest + - Have slightly modified similar_text_error.phpt from original file + + * ext/standard/tests/strings/similar_text_basic.phpt + ext/standard/tests/strings/similar_text_basic.phpt + ext/standard/tests/strings/similar_text_error.phpt + ext/standard/tests/strings/similar_text_error.phpt: + + file similar_text_basic.phpt was initially added on branch PHP_5_3. + +2008-07-14 Felipe Pena + + * ZendEngine2/tests/closure_017.phpt + ZendEngine2/tests/closure_018.phpt + ZendEngine2/tests/closure_019.phpt + ZendEngine2/tests/closure_020.phpt + ZendEngine2/tests/closure_021.phpt: + - New tests + + * ZendEngine2/tests/closure_017.phpt + ZendEngine2/tests/closure_017.phpt + ZendEngine2/tests/closure_018.phpt + ZendEngine2/tests/closure_018.phpt + ZendEngine2/tests/closure_019.phpt + ZendEngine2/tests/closure_019.phpt + ZendEngine2/tests/closure_020.phpt + ZendEngine2/tests/closure_020.phpt + ZendEngine2/tests/closure_021.phpt + ZendEngine2/tests/closure_021.phpt: + + file closure_017.phpt was initially added on branch PHP_5_3. + + * ZendEngine2/tests/closure_008.phpt + ZendEngine2/tests/closure_008.phpt + ZendEngine2/tests/closure_009.phpt + ZendEngine2/tests/closure_009.phpt: + - Fixed test titles + + * ext/dom/tests/dom003.phpt + ext/dom/tests/dom003.phpt + ext/dom/tests/dom_set_attr_node.phpt + ext/dom/tests/dom_set_attr_node.phpt: + - Fixed tests + +2008-07-14 Dmitry Stogov + + * ZendEngine2/zend_API.c + ZendEngine2/zend_API.c + ZendEngine2/zend_closures.c + ZendEngine2/zend_closures.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/tests/closure_016.phpt + ZendEngine2/tests/closure_016.phpt + ZendEngine2/tests/closure_016.phpt: + Fixed is_callable() to support closures and return appropriate function + name + +2008-07-14 Antony Dovgal + + * sapi/apache/php_apache.c: + use int for length + + * ext/hash/hash.c: + use long for "l" + + * ext/exif/exif.c: + use zend_bool for "b" + +2008-07-14 Jani Taskinen + + * ext/mysqlnd/config9.m4 + ext/zip/config.m4: + MFB + +2008-07-14 Matt Wilmas + + * (PHP_5_3) + win32/build/config.w32: + MFH: Prevent build failure after closures + +2008-07-14 Jani Taskinen + + * NEWS: + - Closures come in 5.3 + +2008-07-14 Dmitry Stogov + + * (PHP_5_3) + NEWS + configure.in + ZendEngine2/Makefile.am + ZendEngine2/Zend.dsp + ZendEngine2/ZendTS.dsp + ZendEngine2/zend.h + ZendEngine2/zend_API.c + ZendEngine2/zend_closures.c + ZendEngine2/zend_closures.h + ZendEngine2/zend_compile.c + ZendEngine2/zend_compile.h + ZendEngine2/zend_default_classes.c + ZendEngine2/zend_execute.c + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_language_parser.y + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h + ZendEngine2/zend_vm_opcodes.h + ZendEngine2/tests/closure_001.phpt + ZendEngine2/tests/closure_002.phpt + ZendEngine2/tests/closure_003.phpt + ZendEngine2/tests/closure_004.phpt + ZendEngine2/tests/closure_005.phpt + ZendEngine2/tests/closure_006.phpt + ZendEngine2/tests/closure_007.phpt + ZendEngine2/tests/closure_008.phpt + ZendEngine2/tests/closure_009.phpt + ZendEngine2/tests/closure_010.phpt + ZendEngine2/tests/closure_011.phpt + ZendEngine2/tests/closure_012.phpt + ZendEngine2/tests/closure_013.phpt + ZendEngine2/tests/closure_014.phpt + ZendEngine2/tests/closure_015.phpt + ext/pcre/php_pcre.c + ext/reflection/php_reflection.c: + Added support for lambda functions and closures + +2008-07-14 Jani Taskinen + + * (PHP_5_3) + ext/zip/config.m4: + No dots + + * (PHP_5_3) + ext/intl/config.m4 + ext/mysqlnd/config9.m4 + ext/phar/config.m4 + ext/zip/config.m4: + - Some config*.m4 file cleanups: NO tabs in these! + + * (PHP_5_3) + ext/standard/credits_ext.h: + - Update credits: Whenever some extension is removed/added, remember to run + scripts/dev/credits and commit ext/standards/credits* !! + +2008-07-14 Antony Dovgal + + * (PHP_5_3) + ext/spl/spl_fixedarray.c: + MFH: minor speedup - convert offset to long only when needed + + * ext/spl/spl_fixedarray.c: + minor speedup - convert offset to long only when needed + + * ext/spl/tests/fixedarray_021.phpt: + fix test + +2008-07-14 Stanislav Malyshev + + * ext/intl/php_intl.c + ext/intl/php_intl.c: + add icu version to phpinfo + +2008-07-14 Antony Dovgal + + * (PHP_5_3) + NEWS: + fix typo + +2008-07-14 Stanislav Malyshev + + * (PHP_5_3) + ext/intl/tests/collator_create.phpt: + fix test + + * (PHP_5_3) + ext/intl/intl_data.h: + - increase max locale to 80 + - add some macros + + * (PHP_5_3) + ext/intl/TODO: + todo + 2008-07-13 Marcus Boerger * (PHP_5_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ccf5dc2928..e1985dd0ea 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,81 @@ +2008-07-14 Felipe Pena + + * tests/closure_017.phpt + tests/closure_018.phpt + tests/closure_019.phpt + tests/closure_020.phpt + tests/closure_021.phpt: + - New tests + + * tests/closure_017.phpt + tests/closure_017.phpt + tests/closure_018.phpt + tests/closure_018.phpt + tests/closure_019.phpt + tests/closure_019.phpt + tests/closure_020.phpt + tests/closure_020.phpt + tests/closure_021.phpt + tests/closure_021.phpt: + + file closure_017.phpt was initially added on branch PHP_5_3. + + * tests/closure_008.phpt + tests/closure_008.phpt + tests/closure_009.phpt + tests/closure_009.phpt: + - Fixed test titles + +2008-07-14 Dmitry Stogov + + * zend_API.c + zend_API.c + zend_closures.c + zend_closures.c + zend_compile.c + zend_compile.c + zend_vm_def.h + zend_vm_execute.h + tests/closure_016.phpt + tests/closure_016.phpt + tests/closure_016.phpt: + Fixed is_callable() to support closures and return appropriate function + name + + * (PHP_5_3) + Makefile.am + Zend.dsp + ZendTS.dsp + zend.h + zend_API.c + zend_closures.c + zend_closures.h + zend_compile.c + zend_compile.h + zend_default_classes.c + zend_execute.c + zend_execute_API.c + zend_language_parser.y + zend_vm_def.h + zend_vm_execute.h + zend_vm_opcodes.h + tests/closure_001.phpt + tests/closure_002.phpt + tests/closure_003.phpt + tests/closure_004.phpt + tests/closure_005.phpt + tests/closure_006.phpt + tests/closure_007.phpt + tests/closure_008.phpt + tests/closure_009.phpt + tests/closure_010.phpt + tests/closure_011.phpt + tests/closure_012.phpt + tests/closure_013.phpt + tests/closure_014.phpt + tests/closure_015.phpt: + Added support for lambda functions and closures + 2008-07-13 Marcus Boerger * (PHP_5_3)