diff options
author | Georg Richter <georg@php.net> | 2005-01-07 14:59:59 +0000 |
---|---|---|
committer | Georg Richter <georg@php.net> | 2005-01-07 14:59:59 +0000 |
commit | 0b4c108bd78fff03e49b0be3934dd3c926fed589 (patch) | |
tree | 88ad589275108626383326a4151166524044f366 /ext/mysqli/mysqli_prop.c | |
parent | 05adbd51b47b90ebfcfeab7d97f4c2b4d28e4065 (diff) | |
download | php-git-0b4c108bd78fff03e49b0be3934dd3c926fed589.tar.gz |
Added new classes:
mysqli_driver
mysqli_warning
mysqli_exception
mysqli_sql_exception
Improved embedded server support
changed testsuite to work also with embedded server
Made statement and resultset classes extendable
minor fixes
Diffstat (limited to 'ext/mysqli/mysqli_prop.c')
-rw-r--r-- | ext/mysqli/mysqli_prop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/mysqli_prop.c b/ext/mysqli/mysqli_prop.c index 714e75935e..53c392f06b 100644 --- a/ext/mysqli/mysqli_prop.c +++ b/ext/mysqli/mysqli_prop.c @@ -225,6 +225,7 @@ MYSQLI_MAP_PROPERTY_FUNC_LONG(stmt_errno_read, mysql_stmt_errno, MYSQLI_GET_STMT MYSQLI_MAP_PROPERTY_FUNC_STRING(stmt_error_read, mysql_stmt_error, MYSQLI_GET_STMT()); MYSQLI_MAP_PROPERTY_FUNC_STRING(stmt_sqlstate_read, mysql_stmt_sqlstate, MYSQLI_GET_STMT()); +/* }}} */ mysqli_property_entry mysqli_link_property_entries[] = { {"affected_rows", link_affected_rows_read, NULL}, {"client_info", link_client_info_read, NULL}, |