1

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?

piresashwin
  • 155
  • 4
  • 13

2 Answers2

2

The zip extension was added in the 1.8.9 App Engine release.

Stuart Langley
  • 7,044
  • 1
  • 20
  • 20
  • Seems like the current version of GAE has a bug preventing writing a zip file to storage. I'm having the same problem as described here: [http://stackoverflow.com/questions/24145099/google-app-engine-php-zip-extension](http://stackoverflow.com/questions/24145099/google-app-engine-php-zip-extension) – Antoine A. Aug 19 '14 at 22:16
0

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.

Ben Fortune
  • 31,623
  • 10
  • 79
  • 80