From: Date: Fri, 30 Dec 2005 06:31:44 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_4~191 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=974ed3825fc7dda3fbc852905e6986ea798e19d4;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8d34d8f424..e9f8232936 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2005-12-29 Rui Hirokawa + + * ext/mbstring/mbstring.c: + added Turkish language definition (related to bug #29955) + +2005-12-29 Ilia Alshanetsky + + * 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 + + * sapi/cgi/config9.m4: + fix CGI build (patch by Pierangelo Masarati) + +2005-12-29 Derick Rethans + + * (PHP_5_1) + NEWS: + - Fixed bug #35751 (using date with a timestamp makes httpd segfault). + +2005-12-29 Georg Richter + + * (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 + + * (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 * (PHP_4_4)