diff options
author | Andreas Karajannis <kara@php.net> | 2000-01-02 15:59:01 +0000 |
---|---|---|
committer | Andreas Karajannis <kara@php.net> | 2000-01-02 15:59:01 +0000 |
commit | 0ab3cda84a8062e786f348a6823d3c758ca75a11 (patch) | |
tree | e808359c472dac3b0433648414af12e35996cc90 /ext/odbc/php_odbc.h | |
parent | 953bf8bbf66ae7b64eb1b85fbda1916d92ce0cda (diff) | |
download | php-git-0ab3cda84a8062e786f348a6823d3c758ca75a11.tar.gz |
Statements get closed before connection shutdown.
Disabled fetching all errors for Adabas.
Diffstat (limited to 'ext/odbc/php_odbc.h')
-rw-r--r-- | ext/odbc/php_odbc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h index e716de339d..facdedbdf3 100644 --- a/ext/odbc/php_odbc.h +++ b/ext/odbc/php_odbc.h @@ -157,6 +157,7 @@ extern zend_module_entry odbc_module_entry; extern PHP_MINIT_FUNCTION(odbc); extern PHP_MSHUTDOWN_FUNCTION(odbc); extern PHP_RINIT_FUNCTION(odbc); +extern PHP_RSHUTDOWN_FUNCTION(odbc); PHP_MINFO_FUNCTION(odbc); PHP_FUNCTION(odbc_setoption); |