From: [EMAIL PROTECTED]
Operating system: i686-pc-linux-gnu
PHP version: 4.0 Latest CVS (2001-07-05)
PHP Bug Type: cURL related
Bug description: CURLOPT_HEADERFUNCTION result wrong header
Hi,
the code:
----
function get_header($tmp1,$tmp2){
echo "R1:$tmp1<br>R2:$tmp2<br>";
return false;
}
curl_setopt ($ch, CURLOPT_HEADERFUNCTION, "get_header");
----
results only: "HTTP/1.1 200 OK" and not the complete header.
also the function get_header was not called for each header line.
Regards,
Steve
--
Edit Bug report at: http://bugs.php.net/?id=11901&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]