1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00

add skipif

This commit is contained in:
Xinchen Hui
2011-11-13 14:31:30 +00:00
parent efd3e69511
commit b6fd6cd649
+2
View File
@@ -1,5 +1,7 @@
--TEST--
Bug #60282 (Segfault when using ob_gzhandler() with open buffers)
--SKIPIF--
<?php if (!extension_loaded("zlib")) print "skip"; ?>
--FILE--
<?php
ob_start();