Which version of PHP are you mainly using?
-4.4.4 because my hosting company uses this version
I am also using 5.2.6 for compatibilty testing
I only ask since PHP4 is essentially dead/dieing and that you should really tailor your efforts towards working with PHP5. Also, what webserver are you using?
im using apache 1.3
On my Windows installation of PHP5, all I had to do was uncomment the "extension=php_zip.dll" line in the config and restart
-- ive done this for both versions and its still doesnt work
Apache to get the ZipArchive class. After you restarted your webserver, did you
check phpinfo() to see if there was a new "zip" table (towards the bottom)?
-- yes and its there
Lastly, are you positive that PHP is parsing your php.ini file?
-- yes and its reading it from the apache directory
If you change some directive - turn display_errors off, for example (or on if it isn't) - does phpinfo() reflect this change? If not, we'll have to figure out why PHP isn't reading your .ini file.
Thanks for your reply