I have a problem, I´m trying to install a pecl extension called zziplib of php in my server.
I have read that I must execute this command : ./configure --with-zip=/usr.
It seems that after executing "make" and "make install" everything is ok, but phpinfo(); does not
show the new extension.
Please help me, I am desesperated.