Results 1 to 3 of 3

Thread: getting zziplib to work in php5

  1. #1
    Join Date
    Sep 2005
    Beans
    2

    getting zziplib to work in php5

    I've been trying to get zip functionality working with php5, after installing php5, php5-cli and whatever those things depend on via Synaptic. From the description of php5-cli though, zip support is already suppose to be compiled with it. Yet i get errors like:

    Fatal error: Call to undefined function zip_open() in /path/file.php on line 79

    still. I also installed zziplib-bin and libzzip-dev via Synaptic... any suggestions? Thanks.

  2. #2
    Join Date
    Apr 2006
    Location
    Romania, Brasov
    Beans
    2
    Distro
    Ubuntu 6.10 Edgy

    Re: getting zziplib to work in php5

    Hi. I'm having the same problem. Haven't digged too much yet but if you solved this issue please help me.

  3. #3
    Join Date
    Nov 2009
    Beans
    22

    Re: getting zziplib to work in php5

    zip_open

    (PHP 4 >= 4.1.0, PHP 5 >= 5.2.0, PECL zip >= 1.0.0)
    zip_open — Open a ZIP file archive



    Did you install PECL zip?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •