|
Posted by Skeleton Man on 01/02/07 05:30
Hi,
I'm running IIS with PHP 4.3.11 and I'm trying to get zip support working
correctly.
I have installed the appropriate dll, it shows zip support in phpinfo() and
the basic non-object-oriented zip functions work.. however, if I try to use
the zipAchive class for object-oriented zip functions, I just get this:
Fatal error: Cannot instantiate non-existent class: ziparchive
It was my understanding that all I had to do was install the DLL, as
everything is built into that.. am I missing something ?
Regards,
Chris
[Back to original message]
|