summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@gmail.com>2015-09-21 22:04:27 +0800
committerXinchen Hui <laruence@gmail.com>2015-09-21 22:04:27 +0800
commited5a5bdff88fcbab6208ea396efd6808e00de573 (patch)
tree9301a81fde38d9e387a7fc4db18d8af5ea80b5bd
parent85eece9c4fab08cc73f09f5bb67c3a2752b746b2 (diff)
downloadphp-git-ed5a5bdff88fcbab6208ea396efd6808e00de573.tar.gz
Fixed bug #70544 (ext/zip/tests/oo_addglob.phpt broken on Solaris)
-rw-r--r--ext/zip/tests/oo_addglob.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/zip/tests/oo_addglob.phpt b/ext/zip/tests/oo_addglob.phpt
index 970bfc7678..ad8f8780de 100644
--- a/ext/zip/tests/oo_addglob.phpt
+++ b/ext/zip/tests/oo_addglob.phpt
@@ -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