I have compiled PHP 4.1.0 using --with-zip.
phpinfo() shows zip support enabled.
I can open a .zip file with zip_open(), but when calling zip_read(), I get:
Fatal error: Call to undefined function: () in ...
Why weren't the rest of the "zip" functions compiled in PHP?
Anyone gotten this to work?