summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f2b1a5f0b..adc38bc0e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2007-08-29 Ilia Alshanetsky <ilia@prohost.org>
+
+ * (PHP_5_2)
+ NEWS
+ configure.in
+ main/php_version.h:
+
+ 5.2.4
+
+2007-08-29 Derick Rethans <php@derickrethans.nl>
+
+ * 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 <kraghuba@in.ibm.com>
+
+ * 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 <pierre.dev@gmail.com>
+
+ * (PHP_5_2)
+ ext/gd/gd.c:
+ - gd bug #102, alternative fix when an old library is used
+
+2007-08-29 Raghubansh Kumar <kraghuba@in.ibm.com>
+
+ * 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 <ilia@prohost.org>
+
+ * ext/pdo_sqlite/EXPERIMENTAL:
+
+ not exprimental
+
2007-08-28 Derick Rethans <php@derickrethans.nl>
* main/main.c: