| Bug #4916 | Fatal error when using extract() |
| Submitted: |
2005年07月26日 08:31 UTC |
| From: |
arthur at movenext dot nl |
Assigned: |
vincentlascaux |
| Status: |
Closed |
Package: |
File_Archive |
| PHP Version: |
4.3.11 |
OS: |
Linux |
| Roadmaps: |
(Not assigned) |
[2005年07月26日 08:31 UTC] arthur at movenext dot nl
Description:
------------
I get a fatal error when extracting an archive with File_Archive 1.5.0. When I'm using the same script in version 1.4.1 everything works fine.
Fatal error: Undefined class name 'file_archive_reader' in /usr/share/php/File/Archive.php on line 298
Test script:
---------------
$file = "file.bz2";
$src = "$file/";
echo "Extracting $file\n";
$result = File_Archive::extract($src, File_Archive::toFiles());
Expected result:
----------------
File is extracted
Comments
[2005年07月26日 09:08 UTC] User who submitted this comment has not confirmed identityIf you submitted this note, check your email.If you do not have a message, click here to re-send
MANUAL CONFIRMATION IS NOT POSSIBLE. Write a message to pear-dev@lists.php.net
to request the confirmation link. All bugs/comments/patches associated with this
email address will be deleted within 48 hours if the account request is not confirmed!