fix tests as discussed

This commit is contained in:
Antony Dovgal 2007-06-26 12:12:31 +00:00
parent ce22f44493
commit a61d445360
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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