diff --git a/ChangeLog b/ChangeLog index 9f2b1a5f0be..adc38bc0e67 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2007-08-29 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + 5.2.4 + +2007-08-29 Derick Rethans + + * ext/standard/php_string.h: + - Put the PHPAPI php_u_str_to_str() function in the .h, just like the rest. + +2007-08-29 Raghubansh Kumar + + * ext/standard/tests/file/fnmatch_basic.phpt + ext/standard/tests/file/fnmatch_error.phpt + ext/standard/tests/file/fnmatch_variation.phpt: + fix tests: do not run on MACOS + + * (PHP_5_2) + ext/standard/tests/file/fnmatch_basic.phpt + ext/standard/tests/file/fnmatch_error.phpt + ext/standard/tests/file/fnmatch_variation.phpt: + fix test: do not run on MACOS + +2007-08-29 Pierre-Alain Joye + + * (PHP_5_2) + ext/gd/gd.c: + - gd bug #102, alternative fix when an old library is used + +2007-08-29 Raghubansh Kumar + + * ext/standard/tests/general_functions/gettype_settype_variation2.phpt + ext/standard/tests/general_functions/gettype_settype_variation2.phpt: + fix test, do not run on macos + +2007-08-29 Ilia Alshanetsky + + * ext/pdo_sqlite/EXPERIMENTAL: + + not exprimental + 2007-08-28 Derick Rethans * main/main.c: