Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 1.2.5

Bug #7918 Cookie handling
Submitted: 2006-06-16 05:04 UTC
From: dagdamor at simps dot ru Assigned: jstump
Status: Closed Package: Net_Curl (version 1.2.2)
PHP Version: Irrelevant OS:
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


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 : 34 + 33 = ?

 
 [2006-06-16 05:04 UTC] dagdamor at simps dot ru (Dagdamor)
Description: ------------ Net/Curl.php, line 561: $cookieData = $name . '=' . $value . ';'; should be: $cookieData .= $name . '=' . $value . ';'; ;)

Comments

 [2006-06-16 16:21 UTC] jstump at php dot net (Joe Stump)
Thank you for your bug report. This issue has been fixed in the latest released version of the package, which you can download at http://pear.php.net/get/Net_Curl