ID: 46132 Updated by: [EMAIL PROTECTED] Reported By: jehy at valar dot ru -Status: Open +Status: Bogus Bug Type: *Compression related Operating System: Windows XP PHP Version: 5.2.6 New Comment:
Please report rar bug in pecl: http://pecl.php.net/rar Previous Comments: ------------------------------------------------------------------------ [2008-09-20 15:03:01] jehy at valar dot ru 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. ------------------------------------------------------------------------ [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