mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
MFH
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user