ConFoo Montreal 2026: Call for Papers

Voting

: max(five, nine)?
(Example: nine)

The Note You're Voting On

masterboreq at gmail dot com
5 years ago
When passing to the method explicit string which contains a relative path (inside the ZIP archive), e.g. 'path/to/file.php/' please make sure you used single quotation mark (') not the double one ("). Double quotation mark produce FALSE (at least at Windows machine) giving no further hints what gone wrong.
Also, please make sure that the path delimiters used inside your ZIP file is backslash or forward slash since it's make a difference in this place too.
I hope I saved you a headache while working with this (so far) unmentioned "feature" :)

<< Back to user notes page

To Top