]> granicus.if.org Git - php/commitdiff
Remove invalid SKIPIF sections
authorGabriel Caruso <carusogabriel34@gmail.com>
Thu, 2 Aug 2018 01:39:00 +0000 (22:39 -0300)
committerGabriel Caruso <carusogabriel34@gmail.com>
Thu, 2 Aug 2018 01:39:00 +0000 (22:39 -0300)
ext/standard/tests/strings/bug72434.phpt

index 447ad4609c6cd2fa893a1714b1edb3ac757adc48..6d64baa26fa7e6ff6ddf6405f6f12179dcd864f1 100644 (file)
@@ -1,9 +1,5 @@
 --TEST--
 Bug #72434: ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize
---SKIPIF--
-<?php
-if(!class_exists('zip')) die('skip ZipArchive');
-?>
 --FILE--
 <?php
 // The following array will be serialized and this representation will be freed later on.