]> granicus.if.org Git - php/commitdiff
Fixed bug #70544 (ext/zip/tests/oo_addglob.phpt broken on Solaris)
authorXinchen Hui <laruence@gmail.com>
Mon, 21 Sep 2015 14:04:27 +0000 (22:04 +0800)
committerXinchen Hui <laruence@gmail.com>
Mon, 21 Sep 2015 14:04:27 +0000 (22:04 +0800)
ext/zip/tests/oo_addglob.phpt

index 970bfc7678257a6bc9713068c7685f21198406b5..ad8f8780de676488e5f999e2ed493d0e8f443131 100644 (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