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:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user