ZipArchive on windows

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Skeleton Man

    ZipArchive on windows

    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


  • Sjoerd

    #2
    Re: ZipArchive on windows

    Skeleton Man wrote:
    the zipAchive class for object-oriented zip functions, I just get this:
    Fatal error: Cannot instantiate non-existent class: ziparchive
    I think the object-oriented functions are not provided for your version
    of PHP. You probably need a very recent version of PHP to be able to
    use the ZipArchive object.

    Comment

    • levanquy36

      #3
      Re: ZipArchive on windows

      please send for me Class ZipArchive . thanks !

      --
      Message posted using http://www.talkaboutprogramming.com/...comp.lang.php/
      More information at http://www.talkaboutprogramming.com/faq.html

      Comment

      • Steve

        #4
        Re: ZipArchive on windows


        "levanquy36 " <levanquy36@yah oo.comwrote in message
        news:a443552f18 78cb57dbcd9b32d e9bac9e@localho st.talkaboutpro gramming.com...
        please send for me Class ZipArchive . thanks !
        >
        --
        Message posted using

        More information at http://www.talkaboutprogramming.com/faq.html

        LOL.


        Comment

        Working...