summaryrefslogtreecommitdiff
path: root/ext/dba/php_dba.h
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2002-10-24 20:43:03 +0000
committerMarcus Boerger <helly@php.net>2002-10-24 20:43:03 +0000
commit82b96d99f3a153fc8be9d39b0c7b408462d3eaa4 (patch)
treecddb1f34366f28727d1b829d8ca0924cc8b51f61 /ext/dba/php_dba.h
parent0e28eaf550772da4f011b686e984bc5c0da7a432 (diff)
downloadphp-git-82b96d99f3a153fc8be9d39b0c7b408462d3eaa4.tar.gz
implemented dba_handlers()
@Added dba_handlers() that lists all installed handlers in an array. (marcus)
Diffstat (limited to 'ext/dba/php_dba.h')
-rw-r--r--ext/dba/php_dba.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h
index 3a9b726fdc..c1bc6f1dd0 100644
--- a/ext/dba/php_dba.h
+++ b/ext/dba/php_dba.h
@@ -94,6 +94,7 @@ PHP_FUNCTION(dba_exists);
PHP_FUNCTION(dba_fetch);
PHP_FUNCTION(dba_optimize);
PHP_FUNCTION(dba_sync);
+PHP_FUNCTION(dba_handlers);
#else
#define dba_module_ptr NULL