Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 260576 | Differences between
and this patch

Collapse All | Expand All

(-)a/ext/xml/tests/bug32001b.phpt (-1 / +1 lines)
Lines 96-102 Link Here
96
96
97
if (XML_SAX_IMPL == 'libxml') {
97
if (XML_SAX_IMPL == 'libxml') {
98
  $php = getenv('TEST_PHP_EXECUTABLE');
98
  $php = getenv('TEST_PHP_EXECUTABLE');
99
  preg_match("/^libxml2 Version.*\$/im", `$php -i`, $match);
99
  preg_match("/^libxml2 Version.*\$/im", `$php -n -i`, $match);
100
  echo $match[0], "\n";
100
  echo $match[0], "\n";
101
} else {
101
} else {
102
  echo "libxml2 Version => NONE\n";  
102
  echo "libxml2 Version => NONE\n";  

Return to bug 260576