]> granicus.if.org Git - php/commitdiff
removed dbplus_change function
authorHartmut Holzgraefe <hholzgra@php.net>
Sun, 26 Aug 2001 14:25:48 +0000 (14:25 +0000)
committerHartmut Holzgraefe <hholzgra@php.net>
Sun, 26 Aug 2001 14:25:48 +0000 (14:25 +0000)
moved db++ specific includes to .c files

ext/dbplus/php_dbplus.h

index 09ab878f65c95327b13fc31fa720c1a01a2f267a..fbf2ca04188e835af86c71608ac000c8321ba47f 100644 (file)
@@ -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);