]> granicus.if.org Git - php/commitdiff
fix phar to work with PHP 5.3
authorGreg Beaver <cellog@php.net>
Thu, 4 Oct 2007 02:24:49 +0000 (02:24 +0000)
committerGreg Beaver <cellog@php.net>
Thu, 4 Oct 2007 02:24:49 +0000 (02:24 +0000)
ext/phar/phar.c

index 23ac018666cb5de3a78bdc178294cbb9a718d985..c1086f7ee37b9da0da803f97a288f02c89b43149 100644 (file)
@@ -3215,7 +3215,7 @@ PHAR_ADD_ENTRY:
 }
 /* }}}*/
 
-#if defined(PHP_VERSION_ID) && (PHP_VERSION_ID < 50300 || PHP_VERSION_ID >= 60000)
+#if defined(PHP_VERSION_ID) && (PHP_VERSION_ID < 50400 || PHP_VERSION_ID >= 60000)
 
 static int _php_stream_unlink(char *url, int options, php_stream_context *context TSRMLS_DC)
 {