]> granicus.if.org Git - php/commitdiff
- This dtor is actually always needed
authorMarcus Boerger <helly@php.net>
Tue, 28 Feb 2006 01:45:28 +0000 (01:45 +0000)
committerMarcus Boerger <helly@php.net>
Tue, 28 Feb 2006 01:45:28 +0000 (01:45 +0000)
ext/phar/phar.c

index 284ce5e13fada0dd5ab4ef77107d22fa788e62b2..51fcf9b52c5d0a2340936d5bc751f46010b96bdd 100644 (file)
@@ -843,9 +843,7 @@ static php_stream * php_stream_phar_url_wrapper(php_stream_wrapper *wrapper, cha
                php_url_free(resource);
                return NULL;
        }
-#if (PHP_MAJOR_VERSION >= 6)
        php_url_free(resource);
-#endif
        
 #if MBO_0
                fprintf(stderr, "Pharname:   %s\n", idata->phar->filename);