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  


 [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