ID: 46132
User updated by: jehy at valar dot ru
Reported By: jehy at valar dot ru
Status: Open
Bug Type: *Compression related
Operating System: Windows XP
PHP Version: 5.2.6
New Comment:
Sorry, I was too tired to write a normal bug report...
Code example:
##opening,reading archive...
$entry = rar_entry_get($rar_file, $entry->name);#all ok
$t=$entry->extract(false,'.');
if(!$t)
echo 'Not extracted';#does not output
And the file extracts not to the current working directory but to
"documents and settings/UserName" where UserName is my currently used
username.
Previous Comments:
------------------------------------------------------------------------
[2008-09-19 22:06:49] jehy at valar dot ru
Description:
------------
For some magical reasons, on windows, when you use relative path for
extracting, rar extracts in "Documents and Settings\UserName"...
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=46132&edit=1