php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11901 CURLOPT_HEADERFUNCTION result wrong header
Submitted: 2001-07-05 06:16 UTC Modified: 2001-07-30 17:06 UTC
From: alberty at neptunlabs dot de Assigned:
Status: Closed Package: cURL related
PHP Version: 4.0 Latest CVS (2001-07-05) OS: i686-pc-linux-gnu
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
29 + 11 = ?
Subscribe to this entry?

 
 [2001-07-05 06:16 UTC] alberty at neptunlabs dot de
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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-30 17:06 UTC] sterling@php.net
fixed in cvs.
 [2001-07-30 17:06 UTC] sterling@php.net
fixed in cvs.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Apr 24 22:01:30 2024 UTC