I'm writing software that requires the user to have php 5, but nothing else in the way of extra apache modules, etc.
Is there a vanilla php5 method for unzipping an archive?
I found this:
http://nz2.php.net/manual/en/function.ziparchive-extractto.php
But can everyone using php 5 use this? No extra modules necessary?