summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2005-12-30 06:31:44 +0000
committer <changelog@php.net>2005-12-30 06:31:44 +0000
commit974ed3825fc7dda3fbc852905e6986ea798e19d4 (patch)
tree65a1bdb044e1d2e1057a6ee66433301b9d4cd44e
parent2b1085d103ecb64af52ac2b5ddf17b89a4ac229f (diff)
downloadphp-git-974ed3825fc7dda3fbc852905e6986ea798e19d4.tar.gz
ChangeLog update
-rw-r--r--ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8d34d8f424..e9f8232936 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2005-12-29 Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
+
+ * ext/mbstring/mbstring.c:
+ added Turkish language definition (related to bug #29955)
+
+2005-12-29 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/gd/gd.c:
+ MFB51: Not a fatal error.
+
+ * (PHP_5_1)
+ ext/gd/gd.c:
+ Not a fatal error.
+
+2005-12-29 Antony Dovgal <antony@zend.com>
+
+ * sapi/cgi/config9.m4:
+ fix CGI build (patch by Pierangelo Masarati)
+
+2005-12-29 Derick Rethans <php@derickrethans.nl>
+
+ * (PHP_5_1)
+ NEWS:
+ - Fixed bug #35751 (using date with a timestamp makes httpd segfault).
+
+2005-12-29 Georg Richter <georg@mysql.com>
+
+ * (PHP_5_1)
+ NEWS
+ ext/mysqli/mysqli_api.c
+ ext/mysqli/tests/bug35517.phpt
+ ext/mysqli/tests/bug35517.phpt:
+ Fix for bug #35517:
+ added missing unsigned flag for result buffer
+ fixed returncode in mysql_stmt_fetch for data truncation
+
+2005-12-29 Sara Golemon <sara@golemon.com>
+
+ * (PHP_5_1)
+ sapi/embed/php_embed.h:
+ MFH(r-1.7) Silence compiler warning: unused variable
+
+ * sapi/embed/php_embed.h:
+ Silence compiler warning: unused variable
+
2005-12-28 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_4_4)