summaryrefslogtreecommitdiff
path: root/ext/wddx/tests/bug70741.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/wddx/tests/bug70741.phpt')
-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