diff options
author | Marcus Boerger <helly@php.net> | 2002-10-25 10:06:35 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2002-10-25 10:06:35 +0000 |
commit | 63cffd7eae5e64d19e6303e183314232a6085277 (patch) | |
tree | f4b65f259b5de61e9e4584a3db2fccac5ded79c5 /ext/dba/php_dba.h | |
parent | a707e77a1b9d57fdd8bce556aeba7e8fadfa543a (diff) | |
download | php-git-63cffd7eae5e64d19e6303e183314232a6085277.tar.gz |
Implemented dba_list() that returns an array rsrcid=>filename and a test.
Diffstat (limited to 'ext/dba/php_dba.h')
-rw-r--r-- | ext/dba/php_dba.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h index c1bc6f1dd0..832e66638c 100644 --- a/ext/dba/php_dba.h +++ b/ext/dba/php_dba.h @@ -95,6 +95,7 @@ PHP_FUNCTION(dba_fetch); PHP_FUNCTION(dba_optimize); PHP_FUNCTION(dba_sync); PHP_FUNCTION(dba_handlers); +PHP_FUNCTION(dba_list); #else #define dba_module_ptr NULL |