summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2005-04-21 00:35:46 +0000
committer <changelog@php.net>2005-04-21 00:35:46 +0000
commitc1b2990d0edbfee3de7220f1c712abf0221c7865 (patch)
tree07daa4e27c1d49baacc3ddf8e948c36869e82247
parent4eccd5df707fc87ae956e3fc397f8e540a385c14 (diff)
downloadphp-git-c1b2990d0edbfee3de7220f1c712abf0221c7865.tar.gz
ChangeLog update
-rw-r--r--ChangeLog37
1 files changed, 37 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81439206d0..c09ed19132 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2005-04-20 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ext/fdf/fdf.c:
+ Fixed ZTS build of fdf extension.
+
+2005-04-20 Brian France <list@firehawksystems.com>
+
+ * (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 <georg@mysql.com>
+
+ * 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 <dmitry@zend.com>
+
+ * (PHP_5_0)
+ NEWS:
+ Fixed bug #32776 (SOAP doesn't support one-way operations)
+
2005-04-19 Jani Taskinen <jani.taskinen@sci.fi>
* (PHP_5_0)