Fixed bug #70544 (ext/zip/tests/oo_addglob.phpt broken on Solaris)

This commit is contained in:
Xinchen Hui 2015-09-21 22:04:27 +08:00
parent 85eece9c4f
commit ed5a5bdff8

View File

@ -8,6 +8,7 @@ w/Kenzo over the shoulder
<?php
/* $Id$ */
if(!extension_loaded('zip')) die('skip');
if(!defined("GLOB_BRACE")) die ('skip');
?>
--FILE--
<?php