Hello,

I am trying to install zip extension work with php on linux. But i got error "Call to undefined function zip_open()"

I did:

Installed zziplib-0.13.59
Installed zip-1.10.2

Now i do not understand how to configure it with php and make it work.

Any help will be appreciated
Thank you

    How was PHP installed on your system; did you compile it manually from source, or did you use `yum' (the package manager on CentOS)?

      thank you to answer

      i am using yum command
      after search i found php-common conflict with php53-common

      thank you again

        Write a Reply...