summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2017-08-13 18:07:42 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2017-08-13 18:07:42 +0200
commitde5a5f6fdcf21d57a5a96d51baa48d84c5c58c99 (patch)
tree1c6aef3705d3f628904b5141d7927b1ec50209d5
parent4fb7665c099eb2e2ee75ead8e77479866ab01b2a (diff)
parent472b25921e2d4c5c96423edac6d1225bb25ed874 (diff)
downloadphp-git-de5a5f6fdcf21d57a5a96d51baa48d84c5c58c99.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: 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