From: Date: Thu, 21 Apr 2005 00:35:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.1b1~460 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c1b2990d0edbfee3de7220f1c712abf0221c7865;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 81439206d0..c09ed19132 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2005-04-20 Ilia Alshanetsky + + * ext/fdf/fdf.c: + Fixed ZTS build of fdf extension. + +2005-04-20 Brian France + + * (PHP_4_3) + NEWS + NEWS + acinclude.m4 + acinclude.m4: + MFH: Added support for .cc files in extensions. + + * NEWS + acinclude.m4: + Added support for .cc files in extensions. + +2005-04-20 Georg Richter + + * ext/mysqli/mysqli_api.c: + another fix for last commit (committed from wrong tree) :( + + * ext/mysqli/mysqli.c + ext/mysqli/tests/009.phpt: + fixed typo in last commit :( + + * ext/mysqli/mysqli.c + ext/mysqli/mysqli_api.c: + added support for data truncation (bind_result) for MySQL 5.0.5 + +2005-04-20 Dmitry Stogov + + * (PHP_5_0) + NEWS: + Fixed bug #32776 (SOAP doesn't support one-way operations) + 2005-04-19 Jani Taskinen * (PHP_5_0)