| 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) |
[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!