Skip to content

Commit 472b259

Browse files
committed
Skip this test if ext/session is not available
1 parent 1a23ebc commit 472b259

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)