Install the PHP extension zip module in Linux

Source: Internet
Author: User
Tags zts
Install the PHP extension zip module in Linux

Install the PHP extension zip module in Linux for your reference. 1. run the following commands in sequence:

  1. Wget http://pecl.php.net/get/zip-1.8.10.tgz

  2. # Tar zxvf zip-1.8.3.tgz

  3. # Cd zip-1.8.3
  4. #/Opt/php/bin/phpize (corresponding phpize path)
  5. #./Configure -- with-php-config =/opt/php/bin/php-config (corresponding php-config path)
  6. # Make
  7. # Make install

2. path of the generated module:

  1. /Opt/php/lib/php/extensions/no-debug-non-zts-20050922/zip. so

(Corresponding extensions path)

3. modify php. iniextension_dir = "./" to extension_dir = "/opt/php/lib/php/extensions/no-debug-non-zts-20050922/" add extension = "zip. so"

4. restart apache or php-cgi.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.