PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » File Formats » File_Archive » Bug #6743

uppercase problem

Details

Submitted2006-02-10 12:18 UTC
Fromx555 at yandex dot ru
Assignedpfischer
StatusClosed
PackageFile_Archive
PHP Version4.4.2
OSWin 2000 SP4
Roadmaps(Not assigned)

Comments

[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

[2007-01-15 21:44 UTC] pfischer at php dot net

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!