* More PHP 5.3.0 compat (split()).
This commit is contained in:
@ -1432,7 +1432,7 @@ class XML_RPC_Message extends XML_RPC_Base
|
||||
$r = new XML_RPC_Response($v);
|
||||
}
|
||||
}
|
||||
$r->hdrs = split("\r?\n", $XML_RPC_xh[$parser]['ha'][1]);
|
||||
$r->hdrs = preg_split("@\r?\n@", $XML_RPC_xh[$parser]['ha'][1]);
|
||||
return $r;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user