changelog               Wed Sep 12 01:31:15 2007 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2805&r2=1.2806&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.2805 php-src/ChangeLog:1.2806
--- php-src/ChangeLog:1.2805    Tue Sep 11 01:31:18 2007
+++ php-src/ChangeLog   Wed Sep 12 01:31:14 2007
@@ -1,3 +1,125 @@
+2007-09-11  Pierre-Alain Joye  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * ZendEngine2/zend_builtin_functions.c:
+      typo
+
+    * ZendEngine2/zend_builtin_functions.c:
+      forgotten part
+
+2007-09-11  Rob Richards  <[EMAIL PROTECTED]>
+
+    * ext/bcmath/libbcmath/src/bcmath.h:
+      revert config header change
+
+2007-09-11  Dmitry Stogov  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/general_functions/is_callable.phpt
+      ext/standard/tests/general_functions/is_callable.phpt:
+      fix test
+
 2007-09-10  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 
     * ext/session/mod_files.c:

Reply via email to