changelog               Thu Jul  2 01:33:29 2009 UTC

  Modified files:              
    /php-src    ChangeLog 
  Log:
  ChangeLog update
  
http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.3451&r2=1.3452&diff_format=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.3451 php-src/ChangeLog:1.3452
--- php-src/ChangeLog:1.3451    Wed Jul  1 01:33:56 2009
+++ php-src/ChangeLog   Thu Jul  2 01:33:27 2009
@@ -1,3 +1,617 @@
+2009-07-01  Stanislav Malyshev  <s...@zend.com>
+
+    * ext/intl/locale/locale_methods.c
+      ext/intl/locale/locale_methods.c:
+      typo
+
+2009-07-01  Kalle Sommer Nielsen  <kalle....@gmail.com>
+
+    * ext/standard/tests/misc/time_nanosleep_error4.phpt:
+      Fix test on Windows
+
+2009-07-01  Stanislav Malyshev  <s...@zend.com>
+
+    * ext/intl/doc/collator_api.php
+      ext/intl/doc/collator_api.php
+      ext/intl/doc/common_api.php
+      ext/intl/doc/common_api.php
+      ext/intl/doc/datefmt_api.php
+      ext/intl/doc/datefmt_api.php
+      ext/intl/doc/formatter_api.php
+      ext/intl/doc/formatter_api.php
+      ext/intl/doc/grapheme_api.php
+      ext/intl/doc/locale_api.php
+      ext/intl/doc/locale_api.php:
+      update API files
+
+    * ext/intl/locale/locale_methods.c
+      ext/intl/locale/locale_methods.c:
+      fix proto
+
+2009-07-01  Kalle Sommer Nielsen  <kalle....@gmail.com>
+
+    * (PHP_5_2)
+      NEWS:
+      BFN #45280
+
+    * (PHP_5_2)
+      ext/com_dotnet/tests/bug45280.phpt
+      ext/reflection/php_reflection.c:
+      Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash)
+      (Paul Richards, Kalle)
+
+    * (PHP_5_3)
+      ext/com_dotnet/tests/bug45280.phpt
+      ext/reflection/php_reflection.c:
+      MFH: Fixed #45280 (Reflection of instantiated COM classes causes PHP to
+      crash) (Paul Richards, Kalle)
+
+    * ext/com_dotnet/tests/bug45280.phpt
+      ext/com_dotnet/tests/bug45280.phpt
+      ext/com_dotnet/tests/bug45280.phpt
+      ext/reflection/php_reflection.c:
+        1.1.4;
+      Fixed #45280 (Reflection of instantiated COM classes causes PHP to crash)
+      (Paul Richards, Kalle)
+
+    * (PHP_5_3)
+      ext/reflection/php_reflection.c:
+      MFH: Fixed memory leak if zero parameters are passed, Thanks Felipe
+
+    * ext/reflection/php_reflection.c:
+      Fixed memory leak if zero parameters are passed, Thanks Felipe
+
+    * (PHP_5_3)
+      NEWS:
+      BFN #48757
+
+    * (PHP_5_3)
+      ext/reflection/php_reflection.c
+      ext/reflection/tests/bug48757.phpt:
+      MFH: Fixed bug #48757 (ReflectionFunction::invoke() parameter issues)
+
+    * ext/reflection/php_reflection.c
+      ext/reflection/tests/bug48757.phpt
+      ext/reflection/tests/bug48757.phpt:
+      Fixed bug #48757 (ReflectionFunction::invoke() parameter issues)
+
+2009-07-01  Ulf Wendel  <ulf.wen...@phpdoc.de>
+
+    * (PHP_5_3)
+      ext/mysql/tests/001.phpt
+      ext/mysql/tests/002.phpt
+      ext/mysql/tests/003.phpt
+      ext/mysql/tests/mysql_connect.phpt
+      ext/mysql/tests/mysql_escape_string.phpt
+      ext/mysql/tests/mysql_fetch_array.phpt
+      ext/mysql/tests/mysql_fetch_assoc.phpt
+      ext/mysql/tests/mysql_fetch_field.phpt
+      ext/mysql/tests/mysql_fetch_object.phpt
+      ext/mysql/tests/mysql_fetch_row.phpt
+      ext/mysql/tests/mysql_field_name.phpt
+      ext/mysql/tests/mysql_field_seek.phpt
+      ext/mysql/tests/mysql_field_table.phpt
+      ext/mysql/tests/mysql_field_type.phpt
+      ext/mysql/tests/mysql_pconn_max_links.phpt
+      ext/mysql/tests/mysql_phpinfo.phpt
+      ext/mysql/tests/mysql_query.phpt
+      ext/mysql/tests/mysql_query_load_data_openbasedir.phpt
+      ext/mysql/tests/mysql_real_escape_string.phpt
+      ext/mysql/tests/mysql_result.phpt
+      ext/mysql/tests/mysql_select_db.phpt
+      ext/mysql/tests/mysql_set_charset.phpt
+      ext/mysql/tests/mysql_tablename.phpt
+      ext/mysql/tests/mysql_trace_mode.phpt
+      ext/mysql/tests/mysql_unbuffered_query.phpt:
+      MFH - Changing tests to run with both PHP 6 and PHP 5.3 to make future 
MFH
+      easier. Basically three changes over all files: a)
+      s/unicode(/%unicode|string% b) s/[u/[%u|b% c)
+      s/unicode.semantics/version_compare
+
+    * ext/mysql/tests/001.phpt
+      ext/mysql/tests/002.phpt
+      ext/mysql/tests/003.phpt
+      ext/mysql/tests/mysql_escape_string.phpt
+      ext/mysql/tests/mysql_fetch_array.phpt
+      ext/mysql/tests/mysql_fetch_assoc.phpt
+      ext/mysql/tests/mysql_fetch_field.phpt
+      ext/mysql/tests/mysql_fetch_object.phpt
+      ext/mysql/tests/mysql_fetch_row.phpt
+      ext/mysql/tests/mysql_field_name.phpt
+      ext/mysql/tests/mysql_field_seek.phpt
+      ext/mysql/tests/mysql_field_table.phpt
+      ext/mysql/tests/mysql_field_type.phpt
+      ext/mysql/tests/mysql_pconn_max_links.phpt
+      ext/mysql/tests/mysql_query.phpt
+      ext/mysql/tests/mysql_query_load_data_openbasedir.phpt
+      ext/mysql/tests/mysql_real_escape_string.phpt
+      ext/mysql/tests/mysql_result.phpt
+      ext/mysql/tests/mysql_select_db.phpt
+      ext/mysql/tests/mysql_set_charset.phpt
+      ext/mysql/tests/mysql_tablename.phpt
+      ext/mysql/tests/mysql_trace_mode.phpt
+      ext/mysql/tests/mysql_unbuffered_query.phpt:
+      Changing tests to run with both PHP 6 and PHP 5.3 to make future MFH
+      easier. Basically three changes over all files: a)
+      s/unicode(/%unicode|string% b) s/[u/[%u|b% c)
+      s/unicode.semantics/version_compare
+
+2009-07-01  Johannes Schlüter  <johan...@schlueters.de>
+
+    * ext/mysqlnd/mysqlnd_wireprotocol.c:
+      MFB52: Fix include path
+
+2009-07-01  Ulf Wendel  <ulf.wen...@phpdoc.de>
+
+    * (PHP_5_3)
+      ext/mysqli/tests/mysqli_get_cache_stats.phpt
+      ext/mysqli/tests/mysqli_get_cache_stats_free_buffered.phpt
+      ext/mysqli/tests/mysqli_get_cache_stats_off.phpt
+      ext/mysqli/tests/mysqli_get_client_stats_off.phpt
+      ext/mysqli/tests/mysqli_get_client_stats_skipped.phpt
+      ext/mysqli/tests/mysqli_get_connection_stats.phpt
+      ext/mysqli/tests/mysqli_get_connection_stats_off.phpt:
+      MFH - Adding XFAIL for some tests which expect the zval cache of mysqlnd 
to
+      be on. It has been disabled for the PHP 5.3.0 release. Adding INI 
sections
+      to ensure that statistics are collected. Adding tests that check if
+      statistics collection can be disabled
+
+    * ext/mysqli/tests/mysqli_get_cache_stats.phpt
+      ext/mysqli/tests/mysqli_get_cache_stats_free_buffered.phpt
+      ext/mysqli/tests/mysqli_get_cache_stats_off.phpt
+      ext/mysqli/tests/mysqli_get_cache_stats_off.phpt
+      ext/mysqli/tests/mysqli_get_client_stats_off.phpt
+      ext/mysqli/tests/mysqli_get_client_stats_skipped.phpt
+      ext/mysqli/tests/mysqli_get_connection_stats.phpt
+      ext/mysqli/tests/mysqli_get_connection_stats_off.phpt
+      ext/mysqli/tests/mysqli_get_connection_stats_off.phpt:
+      Adding XFAIL for some tests which expect the zval cache of mysqlnd to be
+      on. It has been disabled for the PHP 5.3.0 release. Adding INI sections 
to
+      ensure that statistics are collected. Adding tests that check if
+      statistics collection can be disabled
+
+2009-07-01  Felipe Pena  <felipe...@gmail.com>
+
+    * (PHP_5_2)
+      ext/gd/tests/bug48555.phpt
+      ext/gd/tests/bug48555.phpt:
+      - Fix test
+
+    * ext/gd/gd.c:
+      - Fixed previous fix
+
+    * ext/gd/gd.c:
+      - Fixed memory leak
+
+    * ext/gd/tests/bug43073.phpt
+      ext/gd/tests/bug48555.phpt
+      ext/gd/tests/jpeg2wbmp_error1.phpt
+      ext/gd/tests/jpeg2wbmp_error2.phpt
+      ext/gd/tests/jpeg2wbmp_error3.phpt
+      ext/gd/tests/png2wbmp_error1.phpt
+      ext/gd/tests/png2wbmp_error2.phpt
+      ext/gd/tests/png2wbmp_error3.phpt:
+      - Fixed tests
+
+    * (PHP_5_2)
+      ext/gd/tests/imageantialias_error1.phpt
+      ext/gd/tests/imageantialias_error2.phpt
+      ext/gd/tests/imagearc_basic.phpt
+      ext/gd/tests/imagearc_error1.phpt
+      ext/gd/tests/imagearc_variation1.phpt
+      ext/gd/tests/imagearc_variation2.phpt
+      ext/gd/tests/imagechar_basic.phpt
+      ext/gd/tests/imagechar_error1.phpt
+      ext/gd/tests/imagechar_error2.phpt
+      ext/gd/tests/imagecharup_basic.phpt
+      ext/gd/tests/imagecharup_error1.phpt
+      ext/gd/tests/imagecharup_error2.phpt
+      ext/gd/tests/imagecolordeallocate_basic.phpt
+      ext/gd/tests/imagecolordeallocate_error1.phpt
+      ext/gd/tests/imagecolordeallocate_error2.phpt
+      ext/gd/tests/imagecolordeallocate_error3.phpt
+      ext/gd/tests/imagecolordeallocate_error4.phpt
+      ext/gd/tests/imagecolormatch_basic.phpt
+      ext/gd/tests/imagecolormatch_error1.phpt
+      ext/gd/tests/imagecolormatch_error2.phpt
+      ext/gd/tests/imagecolormatch_error3.phpt
+      ext/gd/tests/imagecolormatch_error4.phpt
+      ext/gd/tests/imagecolorset_basic.phpt
+      ext/gd/tests/imageconvolution_basic.phpt
+      ext/gd/tests/imageconvolution_error1.phpt
+      ext/gd/tests/imageconvolution_error2.phpt
+      ext/gd/tests/imageconvolution_error3.phpt
+      ext/gd/tests/imagecopymerge_basic.phpt
+      ext/gd/tests/imagecopymerge_error.phpt
+      ext/gd/tests/imageellipse_basic.phpt
+      ext/gd/tests/imageellipse_error1.phpt
+      ext/gd/tests/imageellipse_error7.phpt
+      ext/gd/tests/imagefilledarc_basic.phpt
+      ext/gd/tests/imagefilledarc_error1.phpt
+      ext/gd/tests/imagefilledarc_variation1.phpt
+      ext/gd/tests/imagefilledarc_variation2.phpt
+      ext/gd/tests/imagefilltoborder_basic.phpt
+      ext/gd/tests/imagefilltoborder_error1.phpt
+      ext/gd/tests/imagefilltoborder_error6.phpt
+      ext/gd/tests/imagefilter_error1.phpt
+      ext/gd/tests/imagefilter_error10.phpt
+      ext/gd/tests/imagefilter_error11.phpt
+      ext/gd/tests/imagefilter_error12.phpt
+      ext/gd/tests/imagefilter_error13.phpt
+      ext/gd/tests/imagefilter_error14.phpt
+      ext/gd/tests/imagefilter_error15.phpt
+      ext/gd/tests/imagefilter_error16.phpt
+      ext/gd/tests/imagefilter_error17.phpt
+      ext/gd/tests/imagefilter_error18.phpt
+      ext/gd/tests/imagefilter_error19.phpt
+      ext/gd/tests/imagefilter_error2.phpt
+      ext/gd/tests/imagefilter_error20.phpt
+      ext/gd/tests/imagefilter_error5.phpt
+      ext/gd/tests/imagefilter_error6.phpt
+      ext/gd/tests/imagefilter_error7.phpt
+      ext/gd/tests/imagefilter_error8.phpt
+      ext/gd/tests/imagefilter_error9.phpt
+      ext/gd/tests/imagefontheight_basic.phpt
+      ext/gd/tests/imagefontwidth_basic.phpt
+      ext/gd/tests/imagegammacorrect_basic.phpt
+      ext/gd/tests/imagegammacorrect_error1.phpt
+      ext/gd/tests/imagegammacorrect_error2.phpt
+      ext/gd/tests/imageinterlace_basic.phpt
+      ext/gd/tests/imageinterlace_error1.phpt
+      ext/gd/tests/imageinterlace_error2.phpt
+      ext/gd/tests/imageinterlace_variation1.phpt
+      ext/gd/tests/imageinterlace_variation2.phpt
+      ext/gd/tests/imagelayereffect_basic.phpt
+      ext/gd/tests/imagelayereffect_error1.phpt
+      ext/gd/tests/imagelayereffect_error3.phpt
+      ext/gd/tests/imagesetbrush_basic.phpt
+      ext/gd/tests/imagestring_basic.phpt
+      ext/gd/tests/imagestring_error1.phpt
+      ext/gd/tests/imagestring_error2.phpt
+      ext/gd/tests/imagestringup_basic.phpt
+      ext/gd/tests/imagestringup_error1.phpt
+      ext/gd/tests/imagestringup_error2.phpt
+      ext/gd/tests/jpeg2wbmp_error1.phpt
+      ext/gd/tests/jpeg2wbmp_error2.phpt
+      ext/gd/tests/jpeg2wbmp_error3.phpt
+      ext/gd/tests/png2wbmp_error1.phpt
+      ext/gd/tests/png2wbmp_error2.phpt
+      ext/gd/tests/png2wbmp_error3.phpt:
+      - New tests
+
+    * ext/gd/tests/jpeg2wbmp_error1.phpt
+      ext/gd/tests/jpeg2wbmp_error1.phpt
+      ext/gd/tests/jpeg2wbmp_error2.phpt
+      ext/gd/tests/jpeg2wbmp_error2.phpt
+      ext/gd/tests/jpeg2wbmp_error3.phpt
+      ext/gd/tests/jpeg2wbmp_error3.phpt
+      ext/gd/tests/png2wbmp_error1.phpt
+      ext/gd/tests/png2wbmp_error1.phpt
+      ext/gd/tests/png2wbmp_error2.phpt
+      ext/gd/tests/png2wbmp_error2.phpt
+      ext/gd/tests/png2wbmp_error3.phpt
+      ext/gd/tests/png2wbmp_error3.phpt:
+      
+      - Fixed tests
+
+    * ext/gd/tests/imageantialias_error1.phpt
+      ext/gd/tests/imageantialias_error1.phpt
+      ext/gd/tests/imageantialias_error1.phpt
+      ext/gd/tests/imageantialias_error2.phpt
+      ext/gd/tests/imageantialias_error2.phpt
+      ext/gd/tests/imageantialias_error2.phpt
+      ext/gd/tests/imagearc_basic.phpt
+      ext/gd/tests/imagearc_basic.phpt
+      ext/gd/tests/imagearc_basic.phpt
+      ext/gd/tests/imagearc_error1.phpt
+      ext/gd/tests/imagearc_error1.phpt
+      ext/gd/tests/imagearc_error1.phpt
+      ext/gd/tests/imagearc_variation1.phpt
+      ext/gd/tests/imagearc_variation1.phpt
+      ext/gd/tests/imagearc_variation1.phpt
+      ext/gd/tests/imagearc_variation2.phpt
+      ext/gd/tests/imagearc_variation2.phpt
+      ext/gd/tests/imagearc_variation2.phpt
+      ext/gd/tests/imagechar_basic.phpt
+      ext/gd/tests/imagechar_basic.phpt
+      ext/gd/tests/imagechar_basic.phpt
+      ext/gd/tests/imagechar_error1.phpt
+      ext/gd/tests/imagechar_error1.phpt
+      ext/gd/tests/imagechar_error1.phpt
+      ext/gd/tests/imagechar_error2.phpt
+      ext/gd/tests/imagechar_error2.phpt
+      ext/gd/tests/imagechar_error2.phpt
+      ext/gd/tests/imagechar_error3.phpt
+      ext/gd/tests/imagechar_error3.phpt
+      ext/gd/tests/imagechar_error4.phpt
+      ext/gd/tests/imagechar_error4.phpt
+      ext/gd/tests/imagechar_error5.phpt
+      ext/gd/tests/imagechar_error5.phpt
+      ext/gd/tests/imagechar_error6.phpt
+      ext/gd/tests/imagechar_error6.phpt
+      ext/gd/tests/imagechar_error7.phpt
+      ext/gd/tests/imagechar_error7.phpt
+      ext/gd/tests/imagecharup_basic.phpt
+      ext/gd/tests/imagecharup_basic.phpt
+      ext/gd/tests/imagecharup_basic.phpt
+      ext/gd/tests/imagecharup_error1.phpt
+      ext/gd/tests/imagecharup_error1.phpt
+      ext/gd/tests/imagecharup_error1.phpt
+      ext/gd/tests/imagecharup_error2.phpt
+      ext/gd/tests/imagecharup_error2.phpt
+      ext/gd/tests/imagecharup_error2.phpt
+      ext/gd/tests/imagecharup_error3.phpt
+      ext/gd/tests/imagecharup_error3.phpt
+      ext/gd/tests/imagecharup_error4.phpt
+      ext/gd/tests/imagecharup_error4.phpt
+      ext/gd/tests/imagecharup_error5.phpt
+      ext/gd/tests/imagecharup_error5.phpt
+      ext/gd/tests/imagecharup_error6.phpt
+      ext/gd/tests/imagecharup_error6.phpt
+      ext/gd/tests/imagecharup_error7.phpt
+      ext/gd/tests/imagecharup_error7.phpt
+      ext/gd/tests/imagecolordeallocate_basic.phpt
+      ext/gd/tests/imagecolordeallocate_basic.phpt
+      ext/gd/tests/imagecolordeallocate_basic.phpt
+      ext/gd/tests/imagecolordeallocate_error1.phpt
+      ext/gd/tests/imagecolordeallocate_error1.phpt
+      ext/gd/tests/imagecolordeallocate_error1.phpt
+      ext/gd/tests/imagecolordeallocate_error2.phpt
+      ext/gd/tests/imagecolordeallocate_error2.phpt
+      ext/gd/tests/imagecolordeallocate_error2.phpt
+      ext/gd/tests/imagecolordeallocate_error3.phpt
+      ext/gd/tests/imagecolordeallocate_error3.phpt
+      ext/gd/tests/imagecolordeallocate_error3.phpt
+      ext/gd/tests/imagecolordeallocate_error4.phpt
+      ext/gd/tests/imagecolordeallocate_error4.phpt
+      ext/gd/tests/imagecolordeallocate_error4.phpt
+      ext/gd/tests/imagecolormatch_basic.phpt
+      ext/gd/tests/imagecolormatch_basic.phpt
+      ext/gd/tests/imagecolormatch_basic.phpt
+      ext/gd/tests/imagecolormatch_error1.phpt
+      ext/gd/tests/imagecolormatch_error1.phpt
+      ext/gd/tests/imagecolormatch_error1.phpt
+      ext/gd/tests/imagecolormatch_error2.phpt
+      ext/gd/tests/imagecolormatch_error2.phpt
+      ext/gd/tests/imagecolormatch_error2.phpt
+      ext/gd/tests/imagecolormatch_error3.phpt
+      ext/gd/tests/imagecolormatch_error3.phpt
+      ext/gd/tests/imagecolormatch_error3.phpt
+      ext/gd/tests/imagecolormatch_error4.phpt
+      ext/gd/tests/imagecolormatch_error4.phpt
+      ext/gd/tests/imagecolormatch_error4.phpt
+      ext/gd/tests/imagecolorset_basic.phpt
+      ext/gd/tests/imagecolorset_basic.phpt
+      ext/gd/tests/imagecolorset_basic.phpt
+      ext/gd/tests/imageconvolution_basic.phpt
+      ext/gd/tests/imageconvolution_basic.phpt
+      ext/gd/tests/imageconvolution_basic.phpt
+      ext/gd/tests/imageconvolution_error1.phpt
+      ext/gd/tests/imageconvolution_error1.phpt
+      ext/gd/tests/imageconvolution_error1.phpt
+      ext/gd/tests/imageconvolution_error2.phpt
+      ext/gd/tests/imageconvolution_error2.phpt
+      ext/gd/tests/imageconvolution_error2.phpt
+      ext/gd/tests/imageconvolution_error3.phpt
+      ext/gd/tests/imageconvolution_error3.phpt
+      ext/gd/tests/imageconvolution_error3.phpt
+      ext/gd/tests/imagecopymerge_basic.phpt
+      ext/gd/tests/imagecopymerge_basic.phpt
+      ext/gd/tests/imagecopymerge_basic.phpt
+      ext/gd/tests/imagecopymerge_error.phpt
+      ext/gd/tests/imagecopymerge_error.phpt
+      ext/gd/tests/imagecopymerge_error.phpt
+      ext/gd/tests/imageellipse_basic.phpt
+      ext/gd/tests/imageellipse_basic.phpt
+      ext/gd/tests/imageellipse_basic.phpt
+      ext/gd/tests/imageellipse_error1.phpt
+      ext/gd/tests/imageellipse_error1.phpt
+      ext/gd/tests/imageellipse_error1.phpt
+      ext/gd/tests/imageellipse_error2.phpt
+      ext/gd/tests/imageellipse_error2.phpt
+      ext/gd/tests/imageellipse_error3.phpt
+      ext/gd/tests/imageellipse_error3.phpt
+      ext/gd/tests/imageellipse_error4.phpt
+      ext/gd/tests/imageellipse_error4.phpt
+      ext/gd/tests/imageellipse_error5.phpt
+      ext/gd/tests/imageellipse_error5.phpt
+      ext/gd/tests/imageellipse_error6.phpt
+      ext/gd/tests/imageellipse_error6.phpt
+      ext/gd/tests/imageellipse_error7.phpt
+      ext/gd/tests/imageellipse_error7.phpt
+      ext/gd/tests/imageellipse_error7.phpt
+      ext/gd/tests/imagefilledarc_basic.phpt
+      ext/gd/tests/imagefilledarc_basic.phpt
+      ext/gd/tests/imagefilledarc_basic.phpt
+      ext/gd/tests/imagefilledarc_error1.phpt
+      ext/gd/tests/imagefilledarc_error1.phpt
+      ext/gd/tests/imagefilledarc_error1.phpt
+      ext/gd/tests/imagefilledarc_variation1.phpt
+      ext/gd/tests/imagefilledarc_variation1.phpt
+      ext/gd/tests/imagefilledarc_variation1.phpt
+      ext/gd/tests/imagefilledarc_variation2.phpt
+      ext/gd/tests/imagefilledarc_variation2.phpt
+      ext/gd/tests/imagefilledarc_variation2.phpt
+      ext/gd/tests/imagefilltoborder_basic.phpt
+      ext/gd/tests/imagefilltoborder_basic.phpt
+      ext/gd/tests/imagefilltoborder_basic.phpt
+      ext/gd/tests/imagefilltoborder_error1.phpt
+      ext/gd/tests/imagefilltoborder_error1.phpt
+      ext/gd/tests/imagefilltoborder_error1.phpt
+      ext/gd/tests/imagefilltoborder_error2.phpt
+      ext/gd/tests/imagefilltoborder_error2.phpt
+      ext/gd/tests/imagefilltoborder_error3.phpt
+      ext/gd/tests/imagefilltoborder_error3.phpt
+      ext/gd/tests/imagefilltoborder_error4.phpt
+      ext/gd/tests/imagefilltoborder_error4.phpt
+      ext/gd/tests/imagefilltoborder_error5.phpt
+      ext/gd/tests/imagefilltoborder_error5.phpt
+      ext/gd/tests/imagefilltoborder_error6.phpt
+      ext/gd/tests/imagefilltoborder_error6.phpt
+      ext/gd/tests/imagefilltoborder_error6.phpt
+      ext/gd/tests/imagefilter_error1.phpt
+      ext/gd/tests/imagefilter_error1.phpt
+      ext/gd/tests/imagefilter_error1.phpt
+      ext/gd/tests/imagefilter_error10.phpt
+      ext/gd/tests/imagefilter_error10.phpt
+      ext/gd/tests/imagefilter_error10.phpt
+      ext/gd/tests/imagefilter_error11.phpt
+      ext/gd/tests/imagefilter_error11.phpt
+      ext/gd/tests/imagefilter_error11.phpt
+      ext/gd/tests/imagefilter_error12.phpt
+      ext/gd/tests/imagefilter_error12.phpt
+      ext/gd/tests/imagefilter_error12.phpt
+      ext/gd/tests/imagefilter_error13.phpt
+      ext/gd/tests/imagefilter_error13.phpt
+      ext/gd/tests/imagefilter_error13.phpt
+      ext/gd/tests/imagefilter_error14.phpt
+      ext/gd/tests/imagefilter_error14.phpt
+      ext/gd/tests/imagefilter_error14.phpt
+      ext/gd/tests/imagefilter_error15.phpt
+      ext/gd/tests/imagefilter_error15.phpt
+      ext/gd/tests/imagefilter_error15.phpt
+      ext/gd/tests/imagefilter_error16.phpt
+      ext/gd/tests/imagefilter_error16.phpt
+      ext/gd/tests/imagefilter_error16.phpt
+      ext/gd/tests/imagefilter_error17.phpt
+      ext/gd/tests/imagefilter_error17.phpt
+      ext/gd/tests/imagefilter_error17.phpt
+      ext/gd/tests/imagefilter_error18.phpt
+      ext/gd/tests/imagefilter_error18.phpt
+      ext/gd/tests/imagefilter_error18.phpt
+      ext/gd/tests/imagefilter_error19.phpt
+      ext/gd/tests/imagefilter_error19.phpt
+      ext/gd/tests/imagefilter_error19.phpt
+      ext/gd/tests/imagefilter_error2.phpt
+      ext/gd/tests/imagefilter_error2.phpt
+      ext/gd/tests/imagefilter_error2.phpt
+      ext/gd/tests/imagefilter_error20.phpt
+      ext/gd/tests/imagefilter_error20.phpt
+      ext/gd/tests/imagefilter_error20.phpt
+      ext/gd/tests/imagefilter_error3.phpt
+      ext/gd/tests/imagefilter_error3.phpt
+      ext/gd/tests/imagefilter_error4.phpt
+      ext/gd/tests/imagefilter_error4.phpt
+      ext/gd/tests/imagefilter_error5.phpt
+      ext/gd/tests/imagefilter_error5.phpt
+      ext/gd/tests/imagefilter_error5.phpt
+      ext/gd/tests/imagefilter_error6.phpt
+      ext/gd/tests/imagefilter_error6.phpt
+      ext/gd/tests/imagefilter_error6.phpt
+      ext/gd/tests/imagefilter_error7.phpt
+      ext/gd/tests/imagefilter_error7.phpt
+      ext/gd/tests/imagefilter_error7.phpt
+      ext/gd/tests/imagefilter_error8.phpt
+      ext/gd/tests/imagefilter_error8.phpt
+      ext/gd/tests/imagefilter_error8.phpt
+      ext/gd/tests/imagefilter_error9.phpt
+      ext/gd/tests/imagefilter_error9.phpt
+      ext/gd/tests/imagefilter_error9.phpt
+      ext/gd/tests/imagefontheight_basic.phpt
+      ext/gd/tests/imagefontheight_basic.phpt
+      ext/gd/tests/imagefontheight_basic.phpt
+      ext/gd/tests/imagefontheight_error1.phpt
+      ext/gd/tests/imagefontheight_error1.phpt
+      ext/gd/tests/imagefontwidth_basic.phpt
+      ext/gd/tests/imagefontwidth_basic.phpt
+      ext/gd/tests/imagefontwidth_basic.phpt
+      ext/gd/tests/imagefontwidth_error1.phpt
+      ext/gd/tests/imagefontwidth_error1.phpt
+      ext/gd/tests/imagegammacorrect_basic.phpt
+      ext/gd/tests/imagegammacorrect_basic.phpt
+      ext/gd/tests/imagegammacorrect_basic.phpt
+      ext/gd/tests/imagegammacorrect_error1.phpt
+      ext/gd/tests/imagegammacorrect_error1.phpt
+      ext/gd/tests/imagegammacorrect_error1.phpt
+      ext/gd/tests/imagegammacorrect_error2.phpt
+      ext/gd/tests/imagegammacorrect_error2.phpt
+      ext/gd/tests/imagegammacorrect_error2.phpt
+      ext/gd/tests/imagegammacorrect_error3.phpt
+      ext/gd/tests/imagegammacorrect_error3.phpt
+      ext/gd/tests/imagegammacorrect_error4.phpt
+      ext/gd/tests/imagegammacorrect_error4.phpt
+      ext/gd/tests/imageinterlace_basic.phpt
+      ext/gd/tests/imageinterlace_basic.phpt
+      ext/gd/tests/imageinterlace_basic.phpt
+      ext/gd/tests/imageinterlace_error1.phpt
+      ext/gd/tests/imageinterlace_error1.phpt
+      ext/gd/tests/imageinterlace_error1.phpt
+      ext/gd/tests/imageinterlace_error2.phpt
+      ext/gd/tests/imageinterlace_error2.phpt
+      ext/gd/tests/imageinterlace_error2.phpt
+      ext/gd/tests/imageinterlace_variation1.phpt
+      ext/gd/tests/imageinterlace_variation1.phpt
+      ext/gd/tests/imageinterlace_variation1.phpt
+      ext/gd/tests/imageinterlace_variation2.phpt
+      ext/gd/tests/imageinterlace_variation2.phpt
+      ext/gd/tests/imageinterlace_variation2.phpt
+      ext/gd/tests/imagelayereffect_basic.phpt
+      ext/gd/tests/imagelayereffect_basic.phpt
+      ext/gd/tests/imagelayereffect_basic.phpt
+      ext/gd/tests/imagelayereffect_error1.phpt
+      ext/gd/tests/imagelayereffect_error1.phpt
+      ext/gd/tests/imagelayereffect_error1.phpt
+      ext/gd/tests/imagelayereffect_error2.phpt
+      ext/gd/tests/imagelayereffect_error2.phpt
+      ext/gd/tests/imagelayereffect_error3.phpt
+      ext/gd/tests/imagelayereffect_error3.phpt
+      ext/gd/tests/imagelayereffect_error3.phpt
+      ext/gd/tests/imagesetbrush_basic.phpt
+      ext/gd/tests/imagesetbrush_basic.phpt
+      ext/gd/tests/imagesetbrush_basic.phpt
+      ext/gd/tests/imagestring_basic.phpt
+      ext/gd/tests/imagestring_basic.phpt
+      ext/gd/tests/imagestring_basic.phpt
+      ext/gd/tests/imagestring_error1.phpt
+      ext/gd/tests/imagestring_error1.phpt
+      ext/gd/tests/imagestring_error1.phpt
+      ext/gd/tests/imagestring_error2.phpt
+      ext/gd/tests/imagestring_error2.phpt
+      ext/gd/tests/imagestring_error2.phpt
+      ext/gd/tests/imagestring_error3.phpt
+      ext/gd/tests/imagestring_error3.phpt
+      ext/gd/tests/imagestring_error4.phpt
+      ext/gd/tests/imagestring_error4.phpt
+      ext/gd/tests/imagestring_error5.phpt
+      ext/gd/tests/imagestring_error5.phpt
+      ext/gd/tests/imagestring_error6.phpt
+      ext/gd/tests/imagestring_error6.phpt
+      ext/gd/tests/imagestring_error7.phpt
+      ext/gd/tests/imagestring_error7.phpt
+      ext/gd/tests/imagestringup_basic.phpt
+      ext/gd/tests/imagestringup_basic.phpt
+      ext/gd/tests/imagestringup_basic.phpt
+      ext/gd/tests/imagestringup_error1.phpt
+      ext/gd/tests/imagestringup_error1.phpt
+      ext/gd/tests/imagestringup_error1.phpt
+      ext/gd/tests/imagestringup_error2.phpt
+      ext/gd/tests/imagestringup_error2.phpt
+      ext/gd/tests/imagestringup_error2.phpt
+      ext/gd/tests/imagestringup_error3.phpt
+      ext/gd/tests/imagestringup_error3.phpt
+      ext/gd/tests/imagestringup_error4.phpt
+      ext/gd/tests/imagestringup_error4.phpt
+      ext/gd/tests/imagestringup_error5.phpt
+      ext/gd/tests/imagestringup_error5.phpt
+      ext/gd/tests/imagestringup_error6.phpt
+      ext/gd/tests/imagestringup_error6.phpt
+      ext/gd/tests/imagestringup_error7.phpt
+      ext/gd/tests/imagestringup_error7.phpt
+      ext/gd/tests/jpeg2wbmp_error1.phpt
+      ext/gd/tests/jpeg2wbmp_error1.phpt
+      ext/gd/tests/jpeg2wbmp_error2.phpt
+      ext/gd/tests/jpeg2wbmp_error2.phpt
+      ext/gd/tests/jpeg2wbmp_error3.phpt
+      ext/gd/tests/jpeg2wbmp_error3.phpt
+      ext/gd/tests/png2wbmp_error1.phpt
+      ext/gd/tests/png2wbmp_error1.phpt
+      ext/gd/tests/png2wbmp_error2.phpt
+      ext/gd/tests/png2wbmp_error2.phpt
+      ext/gd/tests/png2wbmp_error3.phpt
+      ext/gd/tests/png2wbmp_error3.phpt:
+        1.1.4;
+      - New tests (SaoPaulo UG testfest)
+
 2009-06-30  Stanislav Malyshev  <s...@zend.com>
 
     * (PHP_5_3)
@@ -48574,7 +49188,7 @@
 
     * sapi/litespeed/lsapi_main.c
       sapi/litespeed/lsapilib.c:
-      - Added missing $Id: ChangeLog,v 1.3451 2009/07/01 01:33:56 changelog 
Exp $ tags and nuked c++ comments
+      - Added missing $Id: ChangeLog,v 1.3452 2009/07/02 01:33:27 changelog 
Exp $ tags and nuked c++ comments
 
     * (PHP_5_3)
       ext/intl/locale/locale.c

Reply via email to