summaryrefslogtreecommitdiff
path: root/ext/dbx/php_dbx.h
diff options
context:
space:
mode:
authorMarc Boeren <mboeren@php.net>2003-09-05 08:39:26 +0000
committerMarc Boeren <mboeren@php.net>2003-09-05 08:39:26 +0000
commite3929cc33a3bac5e68e3e3f537cbeab8728078c4 (patch)
treeff576a178c30b7380cc03872277e87caab4a3255 /ext/dbx/php_dbx.h
parent79e5df27af3d210550c475d20151fb72154f71db (diff)
downloadphp-git-e3929cc33a3bac5e68e3e3f537cbeab8728078c4.tar.gz
Added DBX_RESULT_UNBUFFERED flag for dbx_query.
Added dbx_fetch_row() function. Added/updated tests for both. @Added DBX_RESULT_UNBUFFERED flag for dbx_query. (Marc) @Added dbx_fetch_row() function. (Marc)
Diffstat (limited to 'ext/dbx/php_dbx.h')
-rw-r--r--ext/dbx/php_dbx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dbx/php_dbx.h b/ext/dbx/php_dbx.h
index 6fc33d9f58..3e8e8c5d35 100644
--- a/ext/dbx/php_dbx.h
+++ b/ext/dbx/php_dbx.h
@@ -48,6 +48,7 @@ ZEND_MINFO_FUNCTION(dbx);
ZEND_FUNCTION(dbx_connect);
ZEND_FUNCTION(dbx_close);
ZEND_FUNCTION(dbx_query);
+ZEND_FUNCTION(dbx_fetch_row);
ZEND_FUNCTION(dbx_error);
ZEND_FUNCTION(dbx_escape_string);