mirror of
https://github.com/php/pecl-search_engine-solr.git
synced 2026-03-23 22:52:07 +01:00
Fix getDebug test
This commit is contained in:
@@ -29,7 +29,8 @@ foreach ( $lines as $line) {
|
||||
if ($line == '<?xml version="1.0" encoding="UTF-8"?>' ||
|
||||
FALSE !== strpos($line, 'Trying') ||
|
||||
0 === strpos($line, 'Server') ||
|
||||
0 === strpos($line, 'Hostname')) {
|
||||
0 === strpos($line, 'Hostname') ||
|
||||
0 === strpos($line, 'TCP_NODELAY')) {
|
||||
$print = false;
|
||||
} else {
|
||||
$print = true;
|
||||
|
||||
Reference in New Issue
Block a user