summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2017-08-13 18:05:45 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2017-08-13 18:05:45 +0200
commit472b25921e2d4c5c96423edac6d1225bb25ed874 (patch)
treec42c69215eedddf03101602c4c844777a92bbb82
parent1a23ebc1fff59bf480ca92963b36eba5c1b904c4 (diff)
downloadphp-git-472b25921e2d4c5c96423edac6d1225bb25ed874.tar.gz
Skip this test if ext/session is not available
-rw-r--r--ext/wddx/tests/bug70741.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/wddx/tests/bug70741.phpt b/ext/wddx/tests/bug70741.phpt
index 9c7e09b48b..ac890f9b95 100644
--- a/ext/wddx/tests/bug70741.phpt
+++ b/ext/wddx/tests/bug70741.phpt
@@ -3,6 +3,7 @@ Bug #70741 (Session WDDX Packet Deserialization Type Confusion Vulnerability)
--SKIPIF--
<?php
if (!extension_loaded("wddx")) print "skip";
+if (!extension_loaded("session")) print "skip session extension not available";
?>
--FILE--
<?php