I want to use a zip stream wrapper in PHP to create zip file or add files in a zip archive. Here are my example :
zip://
stream wrapper does not support writes: http://php.net/manual/en/wrappers.compression.php
Besides, Zip archives cannot be written in a stream because the CRC comes before the compressed data
Hey you tired to chmod your folder to 777 in which the ZIP file is in?
Edit: It looks as though your files are not 777 and your folder. I could be wrong, just woke up. chmod 777 the folder itself and let me know if that doesn't work.