From: Hartmut Holzgraefe Date: Sun, 26 Aug 2001 14:25:48 +0000 (+0000) Subject: removed dbplus_change function X-Git-Tag: PRE_SUBST_Z_MACROS~349 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=739716883bf2f18679c3de61c3eadeb18596edd6;p=php removed dbplus_change function moved db++ specific includes to .c files --- 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 -#include -#include 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);