summaryrefslogtreecommitdiff
path: root/ext/fbsql/php_fbsql.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2004-08-24 17:59:01 +0000
committerFrank M. Kromann <fmk@php.net>2004-08-24 17:59:01 +0000
commit381d3f8e62e6b9c9dcd6845a4a79d6a11d47d7c4 (patch)
treed26aea5aaa84a8b1b7634619fca915f54d06177a /ext/fbsql/php_fbsql.h
parentf95c1df583490814b0501c56f59671193a57507b (diff)
downloadphp-git-381d3f8e62e6b9c9dcd6845a4a79d6a11d47d7c4.tar.gz
Add fbsql_rows_fetched() - returns the total number of rows fetched.
Fix a possible crash in fbsql_database() if the function was called before a connection was made.
Diffstat (limited to 'ext/fbsql/php_fbsql.h')
-rw-r--r--ext/fbsql/php_fbsql.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fbsql/php_fbsql.h b/ext/fbsql/php_fbsql.h
index cf3d99f1f0..7c23727c5b 100644
--- a/ext/fbsql/php_fbsql.h
+++ b/ext/fbsql/php_fbsql.h
@@ -57,6 +57,7 @@ PHP_FUNCTION(fbsql_list_fields);
PHP_FUNCTION(fbsql_error);
PHP_FUNCTION(fbsql_errno);
PHP_FUNCTION(fbsql_affected_rows);
+PHP_FUNCTION(fbsql_rows_fetched);
PHP_FUNCTION(fbsql_insert_id);
PHP_FUNCTION(fbsql_result);
PHP_FUNCTION(fbsql_next_result);