ID: 11901
Updated by: sterling
Reported By: [EMAIL PROTECTED]
Status: Closed
Bug Type: cURL related
Operating System: i686-pc-linux-gnu
PHP Version: 4.0 Latest CVS (2001-07-05)
New Comment:

fixed in cvs.

Previous Comments:
------------------------------------------------------------------------

[2001-07-30 17:06:24] [EMAIL PROTECTED]

fixed in cvs.

------------------------------------------------------------------------

[2001-07-05 06:16:45] [EMAIL PROTECTED]

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 this 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]

Reply via email to