JoyBrad
JoyBrad
@dulldusk @atesin @beccare Unfortunately, I had to spend a few days to get the downloaded zip fixed. It will be cumbersome to fix manually if the zip has many folders/files....
@atesin I have not dived into the phpfm code yet, but I think it should be pretty simple to fix in php as you suggest using native functions. I don't...
By looking at the zip, the cause seems to me that the Zip file may have been created(by phpfm) without dedicated directory entries. For instance the zip tool has the...
@atesin Seems like phpfm uses pack() function to write the zip as binary, and using magic numbers like 0x04034b50 for zip. and 0x02014b50 for zip_dir_magic_number. Only someone who wrote it...