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

Bug #13489 Notice warning message Use of undefined constant CURLOPT_MUTE
Submitted: 2008-03-25 08:58 UTC
From: sargio Assigned: jstump
Status: Closed Package: Net_Curl (version 1.2.3)
PHP Version: 5.2.5 OS: OS independent
Roadmaps: (Not assigned)    
Subscription  


 [2008-03-25 08:58 UTC] sargio (Sergey Kornev)
Description: ------------ Notice: Use of undefined constant CURLOPT_MUTE - assumed 'CURLOPT_MUTE' in Net\Curl.php on line 542 - $ret = curl_setopt($this->_ch, CURLOPT_MUTE, false); + $ret=curl_setopt($this->_ch,CURLOPT_RETURNTRANSFER, true); Test script: --------------- example.php from the package Expected result: ---------------- no notice warning Actual result: -------------- the notice

Comments

 [2008-05-03 19:45 UTC] jstump (Joe Stump)
This bug has been fixed in CVS. If this was a documentation problem, the fix will appear on pear.php.net by the end of next Sunday (CET). If this was a problem with the pear.php.net website, the change should be live shortly. Otherwise, the fix will appear in the package's next release. Thank you for the report and for helping us make PEAR better.