mirror of
https://github.com/php/php-src.git
synced 2024-12-13 03:44:17 +08:00
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:
commit
bbf39c550f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user