diff options
author | Xinchen Hui <laruence@gmail.com> | 2015-09-21 22:04:27 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2015-09-21 22:04:27 +0800 |
commit | ed5a5bdff88fcbab6208ea396efd6808e00de573 (patch) | |
tree | 9301a81fde38d9e387a7fc4db18d8af5ea80b5bd /ext/zip/tests | |
parent | 85eece9c4fab08cc73f09f5bb67c3a2752b746b2 (diff) | |
download | php-git-ed5a5bdff88fcbab6208ea396efd6808e00de573.tar.gz |
Fixed bug #70544 (ext/zip/tests/oo_addglob.phpt broken on Solaris)
Diffstat (limited to 'ext/zip/tests')
-rw-r--r-- | ext/zip/tests/oo_addglob.phpt | 1 |
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 |