• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

add zip to php

Z

zenia

Guest
How add support zip in PHP?

rpm -ivh ./php-zip-4.2.3-8.i386.rpm
error: Failed dependencies:
php-common = 4.2.3 is needed by php-zip-4.2.3-8.i386
libzzip-0.so.10 is needed by php-zip-4.2.3-8.i386
zziplib is needed by php-zip-4.2.3-8.i386

If i'm install:

rpm -ivh ./php-common-5.1.6-3.5.fc6.i386.rpm
warning: ./php-common-5.1.6-3.5.fc6.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
Preparing... ########################################### [100%]
file /etc/php.ini from install of php-common-5.1.6-3.5.fc6 conflicts with file from package php-5.0.4-10.5


if I'm upgrade php:

rpm -U ./php-5.2.2-3.i386.rpm
warning: ./php-5.2.2-3.i386.rpm: Header V3 DSA signature: NOKEY, key ID 4f2a6fd2
error: Failed dependencies:
httpd-mmn = 20051115 is needed by php-5.2.2-3.i386
libc.so.6(GLIBC_2.4) is needed by php-5.2.2-3.i386
libcrypto.so.6 is needed by php-5.2.2-3.i386
libcurl.so.4 is needed by php-5.2.2-3.i386
libssl.so.6 is needed by php-5.2.2-3.i386
php-cli = 5.2.2-3 is needed by php-5.2.2-3.i386
php-common = 5.2.2-3 is needed by php-5.2.2-3.i386
rtld(GNU_HASH) is needed by php-5.2.2-3.i386
php = 5.0.4-10.5 is needed by (installed) php-gd-5.0.4-10.5.i386
php = 5.0.4-10.5 is needed by (installed) php-mysql-5.0.4-10.5.i386
php = 5.0.4-10.5 is needed by (installed) php-xml-5.0.4-10.5.i386
php = 5.0.4-10.5 is needed by (installed) php-mbstring-5.0.4-10.5.i386
php = 5.0.4-10.5 is needed by (installed) php-imap-5.0.4-10.5.i386
php = 5.0.4-10.5 is needed by (installed) php-pear-5.0.4-10.5.i386
/usr/bin/php is needed by (installed) psa-horde-3.1.5-fc4.build83071218.20.noarch


How I'm can configure php with zip?
 
Back
Top