The project that i am working on requires files to be zipped.
The project is hosted on google app engine php runtime
I am not able to use the php zipArchive.
Is it allowed on google app engine?
The project that i am working on requires files to be zipped.
The project is hosted on google app engine php runtime
I am not able to use the php zipArchive.
Is it allowed on google app engine?
The zip extension was added in the 1.8.9 App Engine release.
Check here for the enabled extensions for GAE.
https://developers.google.com/appengine/docs/php/#Extensions
Though it doesn't look like they have it enabled.