]> granicus.if.org Git - php/commitdiff
Skip serialize test if ext/session is not loaded
authorStanislav Malyshev <stas@php.net>
Sun, 18 Oct 2015 22:43:03 +0000 (15:43 -0700)
committerStanislav Malyshev <stas@php.net>
Sun, 18 Oct 2015 22:43:03 +0000 (15:43 -0700)
ext/standard/tests/serialize/bug70219_1.phpt

index f9c4c672fd73d86749a469b6d6d9bf0d3ff8ccae..792c9c4279eb3ebb3d4204134d58d30dc81e921f 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #70219 Use after free vulnerability in session deserializer
+--SKIPIF--
+<?php include __DIR__ . '/../../../session/tests/skipif.inc'; ?>
 --FILE--
 <?php
 ini_set('session.serialize_handler', 'php_serialize');
@@ -43,4 +45,4 @@ array(2) {
 object(obj)#1 (1) {
   ["data"]=>
   NULL
-}
\ No newline at end of file
+}