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

Bug #6743 uppercase problem
Submitted: 2006-02-10 12:18 UTC
From: x555 at yandex dot ru Assigned: pfischer
Status: Closed Package: File_Archive (version 1.5.3)
PHP Version: 4.4.2 OS: Win 2000 SP4
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 : 20 + 48 = ?

 
 [2006-02-10 12:18 UTC] x555 at yandex dot ru
Description: ------------ When archive name is in uppercase I get an error. Test script: --------------- $filename = 'PRICEHTM.ZIP/'; $path = 'output'; File_Archive::extract($filename, $path); Expected result: ---------------- Unpacked archive Actual result: -------------- Warning: fclose(): supplied argument is not a valid stream resource in z:\home\my_path\www\pear\File\Archive\Writer\Files.php on line 224 Warning: touch(): Utime failed: Permission denied in z:\home\my_path\www\pear\File\Archive\Writer\Files.php on line 229 And nothing is unpacked

Comments

 [2007-01-15 21:44 UTC] pfischer at php dot net (Pablo Fischer)
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. Fixed in CVS, thanks!