Skip to content

Commit bbf39c5

Browse files
committed
Merge branch 'PHP-7.1' into PHP-7.2
* PHP-7.1: Skip this test if ext/session is not available
2 parents b202587 + de5a5f6 commit bbf39c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/wddx/tests/bug70741.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Bug #70741 (Session WDDX Packet Deserialization Type Confusion Vulnerability)
33
--SKIPIF--
44
<?php
55
if (!extension_loaded("wddx")) print "skip";
6+
if (!extension_loaded("session")) print "skip session extension not available";
67
?>
78
--FILE--
89
<?php

0 commit comments

Comments
 (0)