1.下載memcache源代碼文件php
https://github.com/websupport-sk/pecl-memcache/archive/php7.zipgit
文件夾名爲:pecl-memcache-php7github
2.解壓後進入文件夾執行以下命令web
phpizexcode
我執行phpize的遇到這個報錯php7
$ phpize grep: /usr/include/php/main/php.h: No such file or directory grep: /usr/include/php/Zend/zend_modules.h: No such file or directory grep: /usr/include/php/Zend/zend_extensions.h: No such file or directory Configuring for: PHP Api Version: Zend Module Api No: Zend Extension Api No:
缺乏PHP的header頭文件,再一看/usr/include文件夾根本不存在敲出以下命令: spa
$ xcode-select --install xcode-select: note: install requested for command line developer tools
若是phpize仍是無效、執行下列命令安裝header頭文件SDK便可:code
$ cd /Library/Developer/CommandLineTools/Packages/
$ open macOS_SDK_headers_for_macOS_10.14.pkg
./configure --with-php-config=/usr/local/opt/php\@7.1/bin/php-configblog
php-config修改成指定路徑ip
which php-config
3.執行make & make install 命令
四、配置php.ini加入以下:
extension="memcache.so"
php.ini 路徑 /private/etc/php.ini