A preliminary understanding of phpize

WBOY
Release: 2016-07-25 09:03:00
Original
864 people have browsed it
  1. tar zxvf memcache-2.2.5.tgz
  2. cd memcache-2.2.5/
  3. /usr/local/www/php/bin/phpize
  4. ./configure –with-php-config=/usr/local /www/php/bin/php-config
  5. make
  6. make install
Copy code

Note: You can specify the path to the php-config file after ./configure.

Compilation is complete, then add the extension value to the php.ini file: extension = “memcache.so”



Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!