From 797a079a95585a07bc7f26a79e04521d3b370177 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 30 Jul 2001 06:18:13 +0000 Subject: More TSRMLS_FETCH work, and a bit of cleanup --- ext/oracle/oracle.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/oracle/oracle.c') diff --git a/ext/oracle/oracle.c b/ext/oracle/oracle.c index c9f1507c77..10e86b9726 100644 --- a/ext/oracle/oracle.c +++ b/ext/oracle/oracle.c @@ -361,11 +361,8 @@ PHP_RINIT_FUNCTION(oracle) */ PHP_MSHUTDOWN_FUNCTION(oracle) { - TSRMLS_FETCH(); - zend_hash_destroy(ORA(conns)); free(ORA(conns)); - return SUCCESS; } /* }}} */ @@ -1570,7 +1567,6 @@ PHP_FUNCTION(ora_errorcode) */ PHP_MINFO_FUNCTION(oracle) { - php_info_print_table_start(); php_info_print_table_row(2, "Oracle Support", "enabled"); #ifndef PHP_WIN32 -- cgit v1.2.1