I'm trying to write a script to get files form a zip archive. Problem is, I get an error when i try to use any of the zip commands: zip_open, zip_close, etc.
error -> Fatal error: Call to undefined function: zip_open()
The page for zip_open at php.net says that PHP must be installed with the --with-zip option, but then looking under 'Complete list of configure options' under 'Installation' in the manual, it says that --with-zip is only for php3.
How to I enable zip support in php4?