diff options
-rw-r--r-- | ext/pcre/tests/bug79241.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/pcre/tests/bug79241.phpt b/ext/pcre/tests/bug79241.phpt index f6dbb8bea4..de89e19760 100644 --- a/ext/pcre/tests/bug79241.phpt +++ b/ext/pcre/tests/bug79241.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #79241: Segmentation fault on preg_match() +--SKIPIF-- +<?php if (!extension_loaded("json")) print "skip json extension missing"; ?> --FILE-- <?php |