diff options
Diffstat (limited to 'ext/oci8/oci8.c')
-rw-r--r-- | ext/oci8/oci8.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 90f154c8a9..4e0beb5999 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -535,8 +535,6 @@ static int _server_pcleanup(oci_server *server) PHP_MSHUTDOWN_FUNCTION(oci) { - TSRMLS_FETCH(); - OCI(shutdown) = 1; oci_debug("START php_mshutdown_oci"); |