From: Date: Wed, 12 Sep 2007 01:31:18 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1833 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ff5a0aa21196985783277a186c7eff34a6dc1dc;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 15d6aab3bd..124cbe29f1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,125 @@ +2007-09-11 Pierre-Alain Joye + + * ext/gd/libgd/gd.h: + - MFB + + * ext/gd/gd.c: + - MFB: alpha support for colorize filter + + * ext/gd/libgd/gd.c: + - MFB: + - gdImageTileApply does not respect transparent color + - gdImageArc regression + - Alpha channel support for gdImageColor (IMG_FILTER_COLORIZE) + + * (PHP_5_2) + NEWS + ext/gd/gd.c + ext/gd/libgd/gd.c: + - [DOC] add alpha support for imagefilter's IMG_FILTER_COLORIZE + +2007-09-11 Nuno Lopes + + * ext/pcre/config.w32 + ext/pcre/config0.m4 + ext/pcre/upgrade-pcre.php + ext/pcre/pcrelib/dftables.c + ext/pcre/pcrelib/pcre_chartables.c + ext/pcre/pcrelib/pcre_compile.c + ext/pcre/pcrelib/pcre_config.c + ext/pcre/pcrelib/pcre_exec.c + ext/pcre/pcrelib/pcre_fullinfo.c + ext/pcre/pcrelib/pcre_get.c + ext/pcre/pcrelib/pcre_globals.c + ext/pcre/pcrelib/pcre_info.c + ext/pcre/pcrelib/pcre_maketables.c + ext/pcre/pcrelib/pcre_newline.c + ext/pcre/pcrelib/pcre_ord2utf8.c + ext/pcre/pcrelib/pcre_refcount.c + ext/pcre/pcrelib/pcre_study.c + ext/pcre/pcrelib/pcre_tables.c + ext/pcre/pcrelib/pcre_try_flipped.c + ext/pcre/pcrelib/pcre_ucp_searchfuncs.c + ext/pcre/pcrelib/pcre_valid_utf8.c + ext/pcre/pcrelib/pcre_version.c + ext/pcre/pcrelib/pcre_xclass.c + ext/pcre/pcrelib/pcregrep.c + ext/pcre/pcrelib/pcreposix.c: + MFB: remove HAVE_CONFIG_H + + * (PHP_5_2) + ext/pcre/config.w32 + ext/pcre/config0.m4 + ext/pcre/upgrade-pcre.php + ext/pcre/pcrelib/dftables.c + ext/pcre/pcrelib/pcre_chartables.c + ext/pcre/pcrelib/pcre_compile.c + ext/pcre/pcrelib/pcre_config.c + ext/pcre/pcrelib/pcre_exec.c + ext/pcre/pcrelib/pcre_fullinfo.c + ext/pcre/pcrelib/pcre_get.c + ext/pcre/pcrelib/pcre_globals.c + ext/pcre/pcrelib/pcre_info.c + ext/pcre/pcrelib/pcre_maketables.c + ext/pcre/pcrelib/pcre_newline.c + ext/pcre/pcrelib/pcre_ord2utf8.c + ext/pcre/pcrelib/pcre_refcount.c + ext/pcre/pcrelib/pcre_study.c + ext/pcre/pcrelib/pcre_tables.c + ext/pcre/pcrelib/pcre_try_flipped.c + ext/pcre/pcrelib/pcre_ucp_searchfuncs.c + ext/pcre/pcrelib/pcre_valid_utf8.c + ext/pcre/pcrelib/pcre_version.c + ext/pcre/pcrelib/pcre_xclass.c + ext/pcre/pcrelib/pcregrep.c + ext/pcre/pcrelib/pcreposix.c: + remove the -DHAVE_CONFIG_H switch again to fix things on windows + this means that the upgrade script strips the #ifdef automatically + +2007-09-11 Dmitry Stogov + + * ZendEngine2/zend_builtin_functions.c: + typo + + * ZendEngine2/zend_builtin_functions.c: + forgotten part + +2007-09-11 Rob Richards + + * ext/bcmath/libbcmath/src/bcmath.h: + revert config header change + +2007-09-11 Dmitry Stogov + + * ZendEngine2/zend_constants.c + ZendEngine2/zend_execute.h + ZendEngine2/zend_execute_API.c + ZendEngine2/zend_vm_def.h + ZendEngine2/zend_vm_execute.h: + - in case of ambiguity class name in namespace call __autoload() only + after + checking for both (class from current namespace and internal class) + - improved class fetching performance + - fixed wrong (lowercase) name passed to __autoload() from + call_user_func() + + * ext/reflection/php_reflection.c: + Simplify (the prototype of zend_u_get_constant_ex() is going to be changed) + +2007-09-11 Jani Taskinen + + * (PHP_5_2) + ext/standard/tests/strings/addslashes_variation3.phpt + ext/standard/tests/strings/stripslashes_variation5.phpt: + - Fix tests (we are not interested what the old value was for the ini + option) + +2007-09-11 Raghubansh Kumar + + * ext/standard/tests/general_functions/is_callable.phpt + ext/standard/tests/general_functions/is_callable.phpt: + fix test + 2007-09-10 Ilia Alshanetsky * ext/session/mod_files.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 8551c9c9f7..3505a6c5e6 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,23 @@ +2007-09-11 Dmitry Stogov + + * zend_builtin_functions.c: + typo + + * zend_builtin_functions.c: + forgotten part + + * zend_constants.c + zend_execute.h + zend_execute_API.c + zend_vm_def.h + zend_vm_execute.h: + - in case of ambiguity class name in namespace call __autoload() only + after + checking for both (class from current namespace and internal class) + - improved class fetching performance + - fixed wrong (lowercase) name passed to __autoload() from + call_user_func() + 2007-09-09 Antony Dovgal * zend_language_scanner.l: