Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Skip this test if ext/session is not available
This commit is contained in:
Christoph M. Becker 2017-08-13 18:10:37 +02:00
commit bbf39c550f

View File

@ -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