diff options
author | Hartmut Holzgraefe <hholzgra@php.net> | 2001-08-26 14:25:48 +0000 |
---|---|---|
committer | Hartmut Holzgraefe <hholzgra@php.net> | 2001-08-26 14:25:48 +0000 |
commit | 739716883bf2f18679c3de61c3eadeb18596edd6 (patch) | |
tree | 4717bb3b4701a8d46817403f13b81067256d35be /ext/dbplus | |
parent | 521084f661de3101a3aa71f892fea97f329aa755 (diff) | |
download | php-git-739716883bf2f18679c3de61c3eadeb18596edd6.tar.gz |
removed dbplus_change function
moved db++ specific includes to .c files
Diffstat (limited to 'ext/dbplus')
-rw-r--r-- | ext/dbplus/php_dbplus.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/dbplus/php_dbplus.h b/ext/dbplus/php_dbplus.h index 09ab878f65..fbf2ca0418 100644 --- a/ext/dbplus/php_dbplus.h +++ b/ext/dbplus/php_dbplus.h @@ -20,9 +20,6 @@ #ifndef PHP_DBPLUS_H #define PHP_DBPLUS_H -#include <saccess.h> -#include <relation.h> -#include <dblight.h> extern zend_module_entry dbplus_module_entry; #define phpext_dbplus_ptr &dbplus_module_entry @@ -41,7 +38,6 @@ PHP_MINFO_FUNCTION(dbplus); PHP_FUNCTION(dbplus_add); PHP_FUNCTION(dbplus_aql); -PHP_FUNCTION(dbplus_change); PHP_FUNCTION(dbplus_chdir); PHP_FUNCTION(dbplus_close); PHP_FUNCTION(dbplus_curr); |