summaryrefslogtreecommitdiff
path: root/ext/zlib/zlib.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/zlib.c')
-rw-r--r--ext/zlib/zlib.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zlib/zlib.c b/ext/zlib/zlib.c
index 9f997ed38c..4981d5ce98 100644
--- a/ext/zlib/zlib.c
+++ b/ext/zlib/zlib.c
@@ -204,8 +204,6 @@ PHP_RINIT_FUNCTION(zlib)
PHP_MSHUTDOWN_FUNCTION(zlib)
{
#if HAVE_FOPENCOOKIE
- TSRMLS_FETCH();
-
if(PG(allow_url_fopen)) {
php_unregister_url_wrapper("zlib");
}