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

Bug #18388 Parentheses error in REST.php line 232
Submitted: 2011-03-23 02:43 UTC
From: edomato Assigned: dufuz
Status: Closed Package: PEAR (version SVN)
PHP Version: 5.3.6 OS: Debian GNU/Linux
Roadmaps: (Not assigned)    
Subscription  


 [2011-03-23 02:43 UTC] edomato (Ernesto Domato)
Description: ------------ On line 232 of PEAR/REST.php script it reads: if (System::mkdir(array('-p', $cache_dir) === false)) { when it should be: if (System::mkdir(array('-p', $cache_dir)) === false) { making the pear command unusable when the cache directory is not present

Comments

 [2011-03-23 02:47 UTC] edomato (Ernesto Domato)
 [2011-03-23 17:29 UTC] dufuz (Helgi Þormar Þorbjörnsson)
-Summary: Parenteses error en REST.php line 232 +Summary: Parenteses error in REST.php line 232 -Status: Open +Status: Closed -Assigned To: +Assigned To: dufuz
This bug has been fixed in SVN. 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.
 [2011-03-23 17:31 UTC] dufuz (Helgi Þormar Þorbjörnsson)
Thanks for the catch
 [2011-06-05 05:39 UTC] dufuz (Helgi Þormar Þorbjörnsson)
-Summary: Parenteses error in REST.php line 232 +Summary: Parentheses error in REST.php line 232