# Reaching alpha status with this module...

This commit is contained in:
Jouni Ahto 2000-04-18 02:52:45 +00:00
parent ae6b0ea03f
commit 1dc32c2d52
2 changed files with 231 additions and 177 deletions

File diff suppressed because it is too large Load Diff

View File

@ -42,7 +42,7 @@ extern zend_module_entry ibase_module_entry;
extern PHP_MINIT_FUNCTION(ibase);
extern PHP_RINIT_FUNCTION(ibase);
extern PHP_MSHUTDOWN_FUNCTION(ibase);
extern PHP_MSHUTDOWN_FUNCTION(ibase);
extern PHP_RSHUTDOWN_FUNCTION(ibase);
PHP_MINFO_FUNCTION(ibase);
PHP_FUNCTION(ibase_connect);