PEAR is archived and read-only

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

Home » File Formats » Archive_Zip » Bug #2148

absolute file path is being changed to an unusable one

Details

Submitted2004-08-17 19:34 UTC
Frombgourlie at pcllca dot net
StatusSuspended
PackageArchive_Zip
PHP Version5.0.0
OSWindows XP
Roadmaps(Not assigned)

Comments

[2004-08-17 19:34 UTC] bgourlie at pcllca dot net

Description:
------------
In the _extractByRule function, there is a block of code that checks the $p_path variable to see if its an absolute path and if it isnt it will prepend "./" to the path string. Well it is prepending it to the absolute file path (on windows, so it ends up looking like './c:\windows\...') and the script doesnt work properly.