summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-07-08 00:32:27 +0000
committer <changelog@php.net>2004-07-08 00:32:27 +0000
commite080db4303d3311a2240b974663188642022c654 (patch)
tree68ba7c084be432fafcccecd2e601ca7ee719bb31
parent5e605e6dc24193debc04cb16fdecdb724c2f5f21 (diff)
downloadphp-git-e080db4303d3311a2240b974663188642022c654.tar.gz
ChangeLog update
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c6ea9c4f7..50c970b99e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2004-07-07 Georg Richter <georg@mysql.com>
+
+ * ext/mysqli/config.m4
+ ext/mysqli/mysqli.c
+ ext/mysqli/mysqli_api.c
+ ext/mysqli/mysqli_fe.c
+ ext/mysqli/mysqli_prop.c
+ ext/mysqli/mysqli_report.c
+ ext/mysqli/php_mysqli.h:
+ added check in config.m4 for deprecated library
+ added support for new 4.1.3-beta functions
+ mysqli_stmt_field_count
+ mysqli_stmt_attr_set
+ mysqli_stmt_attr_get
+ removed support for deprecated/old api functions
+ fixed bug in constructor_get
+
2004-07-06 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_4_3)