From: Christoph M. Becker Date: Sat, 3 Feb 2018 12:34:58 +0000 (+0100) Subject: Add missing SKIPIF section X-Git-Tag: php-7.3.0alpha1~498 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a0e5af70a73dd76d92bdf2e5e03ec13e9a7e43ef;p=php Add missing SKIPIF section The test requires the session extension, which may not be available, in which case the test would fail, which is expected anyway, but not for the expected reasons. --- diff --git a/ext/standard/tests/serialize/bug70219.phpt b/ext/standard/tests/serialize/bug70219.phpt index e134c78a9f..a002bdfbb0 100644 --- a/ext/standard/tests/serialize/bug70219.phpt +++ b/ext/standard/tests/serialize/bug70219.phpt @@ -1,5 +1,9 @@ --TEST-- Bug #70219 Use after free vulnerability in session deserializer +--SKIPIF-- + --XFAIL-- Unfinished merge, needs fix. --FILE--