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

Bug #5464 fwrite returns false but file checks for -1
Submitted: 2005-09-20 14:53 UTC
From: sd at sven-drieling dot de Assigned: mike
Status: Closed Package: File
PHP Version: Irrelevant OS:
Roadmaps: 1.3.0a1    
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 : 9 + 38 = ?

 
 [2005-09-20 14:53 UTC] sd at sven-drieling dot de
Description: ------------ If an error occurs the fwrite function of PHP returns false but File.php checks for -1. if (-1 === $bytes = @fwrite($fp, $data, strlen($data))) { return PEAR::raiseError("Cannot write data: '$data' to file: '$filename'");

Comments

 [2005-09-30 10:50 UTC] mike
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.