diff options
-rw-r--r-- | ext/zip/tests/bug53885.phpt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zip/tests/bug53885.phpt b/ext/zip/tests/bug53885.phpt index 75f6fe1609..6f95a661b3 100644 --- a/ext/zip/tests/bug53885.phpt +++ b/ext/zip/tests/bug53885.phpt @@ -3,7 +3,6 @@ Bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty archive) --SKIPIF-- <?php if(!extension_loaded('zip')) die('skip'); -if(version_compare(ZipArchive::LIBZIP_VERSION, '1.6', '>=')) die('skip libzip too recent'); ?> --FILE-- <?php |