diff options
author | Pierre Joye <pajoye@php.net> | 2011-09-05 13:41:01 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2011-09-05 13:41:01 +0000 |
commit | 6b424c19ceec71a76f8699fe1ecebdccfc948356 (patch) | |
tree | a69f2d608e6083748d9d514f73122c270b12a2d9 | |
parent | 830fce0c7c03b4e6c25668cde7c6205591ed60c0 (diff) | |
download | php-git-6b424c19ceec71a76f8699fe1ecebdccfc948356.tar.gz |
- add skipif
-rw-r--r-- | ext/wddx/tests/bug48562.phpt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/wddx/tests/bug48562.phpt b/ext/wddx/tests/bug48562.phpt index d9ae376c56..ebd2004e0a 100644 --- a/ext/wddx/tests/bug48562.phpt +++ b/ext/wddx/tests/bug48562.phpt @@ -1,5 +1,11 @@ --TEST-- Bug #48562 (Reference recursion causes segfault when used in wddx_serialize_vars()) +--SKIPIF-- +<?php +if (!extension_loaded('wddx')) { + die('skip. wddx not available'); +} +?> --FILE-- <?php |