Home » File Formats » Archive_Zip » Bug #2148
absolute file path is being changed to an unusable one
Details
| Submitted | 2004-08-17 19:34 UTC |
|---|---|
| From | bgourlie at pcllca dot net |
| Status | Suspended |
| Package | Archive_Zip |
| PHP Version | 5.0.0 |
| OS | Windows 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.