1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[skip ci] Add xleak to xml test due to libxml2 bug

This commit is contained in:
Ilija Tovilo
2023-11-14 18:42:00 +01:00
parent 9f7148ece5
commit c3e98092df

View File

@@ -2,6 +2,10 @@
DOM\XMLDocument::createFromString 04
--EXTENSIONS--
dom
--SKIPIF--
<?php
if (getenv('SKIP_ASAN') && LIBXML_VERSION < 20911) die('xleak leaks under libxml2 versions older than 2.9.11');
?>
--FILE--
<?php