1
0
mirror of https://github.com/php/php-src.git synced 2026-03-25 16:52:18 +01:00

- Fix test

This commit is contained in:
Jani Taskinen
2009-12-14 09:42:32 +00:00
parent 2ded6af198
commit 3a30b7dfca

View File

@@ -95,9 +95,7 @@ $suite = array(
);
if (XML_SAX_IMPL == 'libxml') {
$php = getenv('TEST_PHP_EXECUTABLE');
preg_match("/^libxml2 Version.*\$/im", `$php -i`, $match);
echo $match[0], "\n";
echo "libxml2 Version => " . LIBXML_DOTTED_VERSION. "\n";
} else {
echo "libxml2 Version => NONE\n";
}