summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2006-05-09 05:31:48 +0000
committer <changelog@php.net>2006-05-09 05:31:48 +0000
commit1c806ad68d7b989feee15c0b255ada06dbe38baf (patch)
tree35bbda10d3cb4fdd1e22a0a5b3177023baa5a24c
parentf8c8a13e186650ca7531e80ea650cc4f5eb7833e (diff)
downloadphp-git-1c806ad68d7b989feee15c0b255ada06dbe38baf.tar.gz
ChangeLog update
-rw-r--r--ChangeLog58
1 files changed, 58 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 51fc8bb2b5..d9579382f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,61 @@
+2006-05-08 Edin Kadribasic <edink@emini.dk>
+
+ * (PHP_5_2)
+ NEWS:
+ Update news
+
+2006-05-08 Georg Richter <georg@mysql.com>
+
+ * (PHP_5_2)
+ ext/mysqli/mysqli.c
+ ext/mysqli/php_mysqli.h:
+ moved zend_class_entry variables to mysqli.c
+
+2006-05-08 Brian France <list@firehawksystems.com>
+
+ * (PHP_5_2)
+ NEWS
+ ext/curl/multi.c:
+
+ MFH: Add implementation of curl_multi_info_read
+
+2006-05-08 Andrey Hristov <php@hristov.com>
+
+ * (PHP_5_2)
+ ext/mysqli/mysqli_api.c:
+ tweaks and optimizations
+
+2006-05-08 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * (PHP_4_4)
+ NEWS
+ ext/gd/libgd/gd_gif_in.c
+ ext/gd/tests/bug37346.gif
+ ext/gd/tests/bug37346.phpt
+ ext/gd/tests/bug37360.gif
+ ext/gd/tests/bug37360.phpt:
+ - MFH: #37346, invalid colormap format
+ - MFH: #37360, bad gif size
+
+ * (PHP_5_2)
+ ext/gd/libgd/gd_gif_in.c:
+ - more CS
+
+ * ext/gd/libgd/gd_gif_in.c
+ ext/gd/tests/bug37360.gif
+ ext/gd/tests/bug37360.gif
+ ext/gd/tests/bug37360.gif
+ ext/gd/tests/bug37360.gif
+ ext/gd/tests/bug37360.phpt
+ ext/gd/tests/bug37360.phpt
+ ext/gd/tests/bug37360.phpt
+ ext/gd/tests/bug37360.phpt:
+ - #37360, bad gif size
+
+ * ext/gd/libgd/gd_gif_in.c
+ ext/gd/libgd/gd_gif_in.c:
+ - CS (spaces > tabs)
+
2006-05-07 Pierre-Alain Joye <pierre.dev@gmail.com>
* (PHP_5_1)