]> granicus.if.org Git - php/commitdiff
Add missing SKIPIF (xml)
authorFabien Villepinte <fabien.villepinte@displayce.com>
Tue, 3 Sep 2019 20:15:55 +0000 (22:15 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Wed, 4 Sep 2019 06:46:13 +0000 (08:46 +0200)
ext/xml/tests/bug72793.phpt
ext/xml/tests/bug76874.phpt

index e3ac1951546ae0a37987631a54073139690c789d..edbbaed88417d51a4019f0fff24cd8fad7ec243e 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #72793: xml_parser_free leaks mem when execute xml_set_object
+--SKIPIF--
+<?php include("skipif.inc"); ?>
 --FILE--
 <?php
 
index 123c5c98e96cef541300e6e1ef1f6f193302f57a..c4377f0b88245aa13dc1b8ac4e45d81d7359e8cf 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #76874: xml_parser_free() should never leak memory
+--SKIPIF--
+<?php include("skipif.inc"); ?>
 --FILE--
 <?php