summaryrefslogtreecommitdiff
path: root/ext/wddx
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wddx')
-rwxr-xr-xext/wddx/tests/bug37569.phpt2
-rwxr-xr-xext/wddx/tests/bug37587.phpt2
2 files changed, 4 insertions, 0 deletions
diff --git a/ext/wddx/tests/bug37569.phpt b/ext/wddx/tests/bug37569.phpt
index f741d7b029..cc19bb0943 100755
--- a/ext/wddx/tests/bug37569.phpt
+++ b/ext/wddx/tests/bug37569.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #37569 (WDDX incorrectly encodes high-ascii characters)
+--SKIPIF--
+<?php if (!extension_loaded("wddx")) print "skip"; ?>
--FILE--
<?php
echo wddx_serialize_value(chr(1))."\n";
diff --git a/ext/wddx/tests/bug37587.phpt b/ext/wddx/tests/bug37587.phpt
index 81e485325c..2b5d5f3994 100755
--- a/ext/wddx/tests/bug37587.phpt
+++ b/ext/wddx/tests/bug37587.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #37587 (var without attribute causes segfault)
+--SKIPIF--
+<?php if (!extension_loaded("wddx")) print "skip"; ?>
--FILE--
<?php