1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
This commit is contained in:
foobar
2005-04-03 00:12:34 +00:00
parent 67745d4f44
commit 07081e2699

View File

@@ -151,10 +151,12 @@ $suite = array(
new testcase("GB2312", 1),
);
preg_match("/^libxml2 Version.*\$/im", `$_ENV[TEST_PHP_EXECUTABLE] -i`, $match);
echo $match[0], "\n";
if (XML_SAX_IMPL == 'libxml') {
preg_match("/^libxml2 Version.*\$/im", `$_ENV[TEST_PHP_EXECUTABLE] -i`, $match);
echo $match[0], "\n";
} else {
echo "libxml2 Version => NONE\n";
}
foreach ($suite as $testcase) {
$testcase->run();