Skip to content

Commit

Permalink
Skip this test if ext/session is not available
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Aug 13, 2017
1 parent 1a23ebc commit 472b259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/wddx/tests/bug70741.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 472b259

Please sign in to comment.