diff options
author | <changelog@php.net> | 2004-07-08 00:32:27 +0000 |
---|---|---|
committer | <changelog@php.net> | 2004-07-08 00:32:27 +0000 |
commit | e080db4303d3311a2240b974663188642022c654 (patch) | |
tree | 68ba7c084be432fafcccecd2e601ca7ee719bb31 | |
parent | 5e605e6dc24193debc04cb16fdecdb724c2f5f21 (diff) | |
download | php-git-e080db4303d3311a2240b974663188642022c654.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -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) |