mirror of
https://github.com/php/php-src.git
synced 2024-11-28 20:34:29 +08:00
fix tests as discussed
This commit is contained in:
parent
ce22f44493
commit
a61d445360
@ -3,7 +3,7 @@ XMLWriter: libxml2 XML Writer, Elements & Attributes
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded("xmlwriter")) die("skip");
|
||||
if (!function_exists("xmlwriter_start_attribute_ns")) die("skip: libxml2 2.6.17+ required");
|
||||
if (LIBXML_VERSION < 20629) die("skip: libxml2 2.6.29+ required");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
@ -3,7 +3,7 @@ XMLWriter: libxml2 XML Writer, Elements & Attributes
|
||||
--SKIPIF--
|
||||
<?php
|
||||
if (!extension_loaded("xmlwriter")) die("skip");
|
||||
if (!function_exists("xmlwriter_start_attribute_ns")) die("skip: libxml2 2.6.17+ required");
|
||||
if (LIBXML_VERSION < 20629) die("skip: libxml2 2.6.29+ required");
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user