广告:宝塔Linux面板高效运维的服务器管理软件 点击【 https://www.bt.cn/p/uNLv1L 】立即购买
如何安装PHP7及其扩展?下面本篇文章给大家介绍一下编译安装PHP7及其扩展的方法。有一定的参考价值,有需要的朋友可以参考一下,希望对大家有所帮助。
一、编译安装PHP1. 下载源码包并解压
源码包地址:http://php.net/downloads.php
下载源码包
当前PHP最新本门是7.2.9,下载 php-7.2.9 源码包
wget http://be2.php.net/get/php-7.2.9.tar.gz/from/this/mirror -O php-7.2.9.tar.gz登录后复制
解压源码包
解压缩
tar zxf php-7.2.9.tar.gz登录后复制
进入解压缩后的目录,查看解压的文件
[root/usr/local/src/php-7.2.9]# ll总用量 4.1M-rw-rw-r-- 1 root root 84K 8月 14 14:26 acinclude.m4-rw-r--r-- 1 root root 309K 8月 14 14:26 aclocal.m4drwxrwxr-x 2 root root 78 8月 14 14:26 appveyor/-rw-rw-r-- 1 root root 1.4K 8月 14 14:26 .appveyor.ymldrwxrwxr-x 2 root root 4.0K 8月 14 14:26 build/-rwxrwxr-x 1 root root 772 8月 14 14:26 buildconf*-rw-rw-r-- 1 root root 334 8月 14 14:26 buildconf.bat-rw-rw-r-- 1 root root 12K 8月 14 14:26 CODING_STANDARDS-rw-rw-r-- 1 root root 42K 8月 14 14:26 config.guess-rw-rw-r-- 1 root root 36K 8月 14 14:26 config.sub-rwxr-xr-x 1 root root 2.6M 8月 14 14:26 configure*-rw-rw-r-- 1 root root 46K 8月 14 14:26 configure.ac-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 CONTRIBUTING.md-rw-rw-r-- 1 root root 91 8月 14 14:26 CREDITS-rw-rw-r-- 1 root root 867 8月 14 14:26 .editorconfigdrwxrwxr-x 76 root root 4.0K 8月 14 14:26 ext/-rw-rw-r-- 1 root root 21K 8月 14 14:26 EXTENSIONS-rw-rw-r-- 1 root root 137 8月 14 14:26 footer-rw-rw-r-- 1 root root 13K 8月 14 14:26 .gdbinit-rw-r--r-- 1 root root 1.8K 8月 14 14:26 generated_lists-rwxrwxr-x 1 root root 581 8月 14 14:26 genfiles*-rw-rw-r-- 1 root root 8.7K 8月 14 14:26 .gitattributes-rw-rw-r-- 1 root root 4.3K 8月 14 14:26 .gitignore-rw-rw-r-- 1 root root 1.2K 8月 14 14:26 header-rw-rw-r-- 1 root root 86K 8月 14 14:26 INSTALL-rw-r--r-- 1 root root 0 8月 14 14:26 install-sh-rw-rw-r-- 1 root root 3.2K 8月 14 14:26 LICENSE-rw-rw-r-- 1 root root 196K 8月 14 14:26 ltmain.shdrwxrwxr-x 3 root root 4.0K 8月 14 14:26 main/-rwxrwxr-x 1 root root 4.1K 8月 14 14:26 makedist*-rw-rw-r-- 1 root root 1.1K 8月 14 14:26 Makefile.frag-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 Makefile.gcov-rw-rw-r-- 1 root root 7.0K 8月 14 14:26 Makefile.global-rw-r--r-- 1 root root 0 8月 14 14:26 missing-rw-r--r-- 1 root root 0 8月 14 14:26 mkinstalldirs-rw-rw-r-- 1 root root 90K 8月 14 14:26 NEWSdrwxrwxr-x 2 root root 96 8月 14 14:26 pear/-rw-rw-r-- 1 root root 1.5K 8月 14 14:26 php7.spec.in-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 php.gif-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-development-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-production-rw-rw-r-- 1 root root 6.9K 8月 14 14:26 README.EXT_SKEL-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.GIT-RULES-rw-rw-r-- 1 root root 5.3K 8月 14 14:26 README.input_filter-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 README.MAILINGLIST_RULES-rw-rw-r-- 1 root root 1.6K 8月 14 14:26 README.md-rw-rw-r-- 1 root root 5.2K 8月 14 14:26 README.NEW-OUTPUT-API-rw-rw-r-- 1 root root 7.4K 8月 14 14:26 README.PARAMETER_PARSING_API-rw-rw-r-- 1 root root 20K 8月 14 14:26 README.REDIST.BINS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.RELEASE_PROCESS-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.SELF-CONTAINED-EXTENSIONS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.STREAMS-rw-rw-r-- 1 root root 8.0K 8月 14 14:26 README.SUBMITTING_PATCH-rw-rw-r-- 1 root root 6.6K 8月 14 14:26 README.TESTING-rw-rw-r-- 1 root root 4.9K 8月 14 14:26 README.TESTING2-rw-rw-r-- 1 root root 4.2K 8月 14 14:26 README.UNIX-BUILD-SYSTEM-rw-rw-r-- 1 root root 115 8月 14 14:26 README.WIN32-BUILD-SYSTEM-rwxrwxr-x 1 root root 84K 8月 14 14:26 run-tests.php*drwxrwxr-x 10 root root 110 8月 14 14:26 sapi/drwxrwxr-x 4 root root 99 8月 14 14:26 scripts/-rwxrwxr-x 1 root root 2.1K 8月 14 14:26 server-tests-config.php*-rwxrwxr-x 1 root root 52K 8月 14 14:26 server-tests.php*-rwxrwxr-x 1 root root 108 8月 14 14:26 snapshot*-rw-rw-r-- 1 root root 10 8月 14 14:26 stamp-h.indrwxrwxr-x 10 root root 133 8月 14 14:26 tests/drwxrwxr-x 3 root root 33 8月 14 14:26 travis/-rw-rw-r-- 1 root root 1.9K 8月 14 14:26 .travis.ymldrwxrwxr-x 3 root root 4.0K 8月 14 14:26 TSRM/-rw-rw-r-- 1 root root 15K 8月 14 14:26 UPGRADING-rw-rw-r-- 1 root root 3.3K 8月 14 14:26 UPGRADING.INTERNALS-rwxrwxr-x 1 root root 159 8月 14 14:26 vcsclean*drwxrwxr-x 3 root root 4.0K 8月 14 14:26 win32/drwxrwxr-x 3 root root 8.0K 8月 14 14:26 Zend/登录后复制
2. 编译安装
首先安装PHP编译安装所必须的软件
[root/usr/local/src/php-7.2.9]# yum -y install gcc gcc++ libxml2-devel libicu-devel登录后复制
configure
指定安装目录,启用fpm
[root/usr/local/src/php-7.2.9]# ./configure --prefix=/usr/local/php7 --enable-fpm登录后复制
编译安装
[root/usr/local/src/php-7.2.9]# make && make install...省略...Installing shared extensions: /usr/local/php7/lib/php/extensions/no-debug-non-zts-20170718/Installing PHP CLI binary: /usr/local/php7/bin/Installing PHP CLI man page: /usr/local/php7/php/man/man1/Installing PHP FPM binary: /usr/local/php7/sbin/Installing PHP FPM defconfig: /usr/local/php7/etc/Installing PHP FPM man page: /usr/local/php7/php/man/man8/Installing PHP FPM status page: /usr/local/php7/php/php/fpm/Installing phpdbg binary: /usr/local/php7/bin/Installing phpdbg man page: /usr/local/php7/php/man/man1/Installing PHP CGI binary: /usr/local/php7/bin/Installing PHP CGI man page: /usr/local/php7/php/man/man1/Installing build environment: /usr/local/php7/lib/php/build/Installing header files: /usr/local/php7/include/php/Installing helper programs: /usr/local/php7/bin/ program: phpize program: php-configInstalling man pages: /usr/local/php7/php/man/man1/ page: phpize.1 page: php-config.1Installing PEAR environment: /usr/local/php7/lib/php/[PEAR] Archive_Tar - installed: 1.4.3[PEAR] Console_Getopt - installed: 1.4.1[PEAR] Structures_Graph- installed: 1.1.1[PEAR] XML_Util - installed: 1.4.2[PEAR] PEAR - installed: 1.10.5Warning! a PEAR user config file already exists from a previous PEAR installation at '/root/.pearrc'. You may probably want to remove it.Wrote PEAR system config file at: /usr/local/php7/etc/pear.confYou may want to add: /usr/local/php7/lib/php to your php.ini include_path/usr/local/src/php-7.2.9/build/shtool install -c ext/phar/phar.phar /usr/local/php7/binln -s -f phar.phar /usr/local/php7/bin/pharInstalling PDO headers: /usr/local/php7/include/php/ext/pdo/登录后复制
3. 为php命令建立软链接,加入到环境变量中
[root/usr/local/src/php-7.2.9]# ln -s /usr/local/php7/bin/php /usr/local/bin/php登录后复制
4. 创建配置文件,并将其复制到正确的位置
查看PHP基本信息
[root/usr/local/src/php-7.2.9]# php -iniphpinfo()PHP Version => 7.2.9System => Linux 10.0.2.15 3.10.0-229.el7.x86_64 #1 SMP Fri Mar 6 11:36:42 UTC 2015 x86_64Build Date => Aug 17 2018 09:09:29Configure Command => './configure' '--prefix=/usr/local/php7' '--enable-fpm'Server API => Command Line InterfaceVirtual Directory Support => disabledConfiguration File (php.ini) Path => /usr/local/php7/libLoaded Configuration File => (none)Scan this dir for additional .ini files => (none)Additional .ini files parsed => (none)PHP API => 20170718PHP Extension => 20170718Zend Extension => 320170718Zend Extension Build => API320170718,NTSPHP Extension Build => API20170718,NTS......登录后复制
将php.ini复制到 Configuration File (php.ini) Path
[root/usr/local/src/php-7.2.9]# cp php.ini-development /usr/local/php7/lib/php.ini登录后复制
5. 配置php-fpm
为php-fpm命令建立软链接,加入到环境变量中
[root/usr/local/src/php-7.2.9]$ ln -s /usr/local/php7/sbin/php-fpm /usr/local/sbin/php-fpm登录后复制
复制php配置文件目录下的 php-fpm.conf.default
,并重命名为 php-fpm.conf
tar zxf php-7.2.9.tar.gz0登录后复制
复制php配置文件目录下的 php-fpm.d/www.conf.default
,并重命名为 php-fpm.d/www.conf
tar zxf php-7.2.9.tar.gz1登录后复制
编辑 php-fpm.d/www.conf
,设置 php-fpm 模块使用 www-data 用户和 www-data 用户组的身份运行。
tar zxf php-7.2.9.tar.gz2登录后复制
需要着重提醒的是,如果文件不存在,则阻止 Nginx 将请求发送到后端的 PHP-FPM 模块, 以避免遭受恶意脚本注入的攻击
编辑 php.ini,文件中的配置项 cgi.fix_pathinfo 设置为 0 。
tar zxf php-7.2.9.tar.gz3登录后复制
启动php-fpm
tar zxf php-7.2.9.tar.gz4登录后复制
6. 配置 Nginx 使其支持 PHP 应用
tar zxf php-7.2.9.tar.gz5登录后复制
创建 /vagrant/index.php
,并填入 <?="Hello world!";
tar zxf php-7.2.9.tar.gz6登录后复制
启动nginx
tar zxf php-7.2.9.tar.gz7登录后复制
7. 访问 curl localhost
,输出 Hello world!
,说明PHP + Nginx安装成功
tar zxf php-7.2.9.tar.gz8登录后复制二、编译安装PHP扩展
1. php扩展安装流程
从 pecl.php.net 查找需要的扩展
选择扩展的版本(注意查看扩展版本与PHP版本的兼容性)
解压缩下载的文件
判断文件的安装类型
tar zxf php-7.2.9.tar.gz9登录后复制
2. 编译安装步骤
在解压缩的扩展目录下执行phpize
若 phpize 没有加入到环境变量,则需要使用绝对路径。例如 /usr/local/php7/bin/phpize
。phpize是用来扩展php扩展模块的。通过phpize可以建立php的外挂模块。
configure 配置编译参数
主要是配置php配置文件参数,例如:
[root/usr/local/src/php-7.2.9]# ll总用量 4.1M-rw-rw-r-- 1 root root 84K 8月 14 14:26 acinclude.m4-rw-r--r-- 1 root root 309K 8月 14 14:26 aclocal.m4drwxrwxr-x 2 root root 78 8月 14 14:26 appveyor/-rw-rw-r-- 1 root root 1.4K 8月 14 14:26 .appveyor.ymldrwxrwxr-x 2 root root 4.0K 8月 14 14:26 build/-rwxrwxr-x 1 root root 772 8月 14 14:26 buildconf*-rw-rw-r-- 1 root root 334 8月 14 14:26 buildconf.bat-rw-rw-r-- 1 root root 12K 8月 14 14:26 CODING_STANDARDS-rw-rw-r-- 1 root root 42K 8月 14 14:26 config.guess-rw-rw-r-- 1 root root 36K 8月 14 14:26 config.sub-rwxr-xr-x 1 root root 2.6M 8月 14 14:26 configure*-rw-rw-r-- 1 root root 46K 8月 14 14:26 configure.ac-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 CONTRIBUTING.md-rw-rw-r-- 1 root root 91 8月 14 14:26 CREDITS-rw-rw-r-- 1 root root 867 8月 14 14:26 .editorconfigdrwxrwxr-x 76 root root 4.0K 8月 14 14:26 ext/-rw-rw-r-- 1 root root 21K 8月 14 14:26 EXTENSIONS-rw-rw-r-- 1 root root 137 8月 14 14:26 footer-rw-rw-r-- 1 root root 13K 8月 14 14:26 .gdbinit-rw-r--r-- 1 root root 1.8K 8月 14 14:26 generated_lists-rwxrwxr-x 1 root root 581 8月 14 14:26 genfiles*-rw-rw-r-- 1 root root 8.7K 8月 14 14:26 .gitattributes-rw-rw-r-- 1 root root 4.3K 8月 14 14:26 .gitignore-rw-rw-r-- 1 root root 1.2K 8月 14 14:26 header-rw-rw-r-- 1 root root 86K 8月 14 14:26 INSTALL-rw-r--r-- 1 root root 0 8月 14 14:26 install-sh-rw-rw-r-- 1 root root 3.2K 8月 14 14:26 LICENSE-rw-rw-r-- 1 root root 196K 8月 14 14:26 ltmain.shdrwxrwxr-x 3 root root 4.0K 8月 14 14:26 main/-rwxrwxr-x 1 root root 4.1K 8月 14 14:26 makedist*-rw-rw-r-- 1 root root 1.1K 8月 14 14:26 Makefile.frag-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 Makefile.gcov-rw-rw-r-- 1 root root 7.0K 8月 14 14:26 Makefile.global-rw-r--r-- 1 root root 0 8月 14 14:26 missing-rw-r--r-- 1 root root 0 8月 14 14:26 mkinstalldirs-rw-rw-r-- 1 root root 90K 8月 14 14:26 NEWSdrwxrwxr-x 2 root root 96 8月 14 14:26 pear/-rw-rw-r-- 1 root root 1.5K 8月 14 14:26 php7.spec.in-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 php.gif-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-development-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-production-rw-rw-r-- 1 root root 6.9K 8月 14 14:26 README.EXT_SKEL-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.GIT-RULES-rw-rw-r-- 1 root root 5.3K 8月 14 14:26 README.input_filter-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 README.MAILINGLIST_RULES-rw-rw-r-- 1 root root 1.6K 8月 14 14:26 README.md-rw-rw-r-- 1 root root 5.2K 8月 14 14:26 README.NEW-OUTPUT-API-rw-rw-r-- 1 root root 7.4K 8月 14 14:26 README.PARAMETER_PARSING_API-rw-rw-r-- 1 root root 20K 8月 14 14:26 README.REDIST.BINS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.RELEASE_PROCESS-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.SELF-CONTAINED-EXTENSIONS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.STREAMS-rw-rw-r-- 1 root root 8.0K 8月 14 14:26 README.SUBMITTING_PATCH-rw-rw-r-- 1 root root 6.6K 8月 14 14:26 README.TESTING-rw-rw-r-- 1 root root 4.9K 8月 14 14:26 README.TESTING2-rw-rw-r-- 1 root root 4.2K 8月 14 14:26 README.UNIX-BUILD-SYSTEM-rw-rw-r-- 1 root root 115 8月 14 14:26 README.WIN32-BUILD-SYSTEM-rwxrwxr-x 1 root root 84K 8月 14 14:26 run-tests.php*drwxrwxr-x 10 root root 110 8月 14 14:26 sapi/drwxrwxr-x 4 root root 99 8月 14 14:26 scripts/-rwxrwxr-x 1 root root 2.1K 8月 14 14:26 server-tests-config.php*-rwxrwxr-x 1 root root 52K 8月 14 14:26 server-tests.php*-rwxrwxr-x 1 root root 108 8月 14 14:26 snapshot*-rw-rw-r-- 1 root root 10 8月 14 14:26 stamp-h.indrwxrwxr-x 10 root root 133 8月 14 14:26 tests/drwxrwxr-x 3 root root 33 8月 14 14:26 travis/-rw-rw-r-- 1 root root 1.9K 8月 14 14:26 .travis.ymldrwxrwxr-x 3 root root 4.0K 8月 14 14:26 TSRM/-rw-rw-r-- 1 root root 15K 8月 14 14:26 UPGRADING-rw-rw-r-- 1 root root 3.3K 8月 14 14:26 UPGRADING.INTERNALS-rwxrwxr-x 1 root root 159 8月 14 14:26 vcsclean*drwxrwxr-x 3 root root 4.0K 8月 14 14:26 win32/drwxrwxr-x 3 root root 8.0K 8月 14 14:26 Zend/0登录后复制
若配置编译参数执行过程中出现错误,则需要安装 autoconf。autoconf可以自动地配置软件源代码。
contos/redhat:yum install autoconf
ubuntu:apt-get install autoconf
编译安装
[root/usr/local/src/php-7.2.9]# ll总用量 4.1M-rw-rw-r-- 1 root root 84K 8月 14 14:26 acinclude.m4-rw-r--r-- 1 root root 309K 8月 14 14:26 aclocal.m4drwxrwxr-x 2 root root 78 8月 14 14:26 appveyor/-rw-rw-r-- 1 root root 1.4K 8月 14 14:26 .appveyor.ymldrwxrwxr-x 2 root root 4.0K 8月 14 14:26 build/-rwxrwxr-x 1 root root 772 8月 14 14:26 buildconf*-rw-rw-r-- 1 root root 334 8月 14 14:26 buildconf.bat-rw-rw-r-- 1 root root 12K 8月 14 14:26 CODING_STANDARDS-rw-rw-r-- 1 root root 42K 8月 14 14:26 config.guess-rw-rw-r-- 1 root root 36K 8月 14 14:26 config.sub-rwxr-xr-x 1 root root 2.6M 8月 14 14:26 configure*-rw-rw-r-- 1 root root 46K 8月 14 14:26 configure.ac-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 CONTRIBUTING.md-rw-rw-r-- 1 root root 91 8月 14 14:26 CREDITS-rw-rw-r-- 1 root root 867 8月 14 14:26 .editorconfigdrwxrwxr-x 76 root root 4.0K 8月 14 14:26 ext/-rw-rw-r-- 1 root root 21K 8月 14 14:26 EXTENSIONS-rw-rw-r-- 1 root root 137 8月 14 14:26 footer-rw-rw-r-- 1 root root 13K 8月 14 14:26 .gdbinit-rw-r--r-- 1 root root 1.8K 8月 14 14:26 generated_lists-rwxrwxr-x 1 root root 581 8月 14 14:26 genfiles*-rw-rw-r-- 1 root root 8.7K 8月 14 14:26 .gitattributes-rw-rw-r-- 1 root root 4.3K 8月 14 14:26 .gitignore-rw-rw-r-- 1 root root 1.2K 8月 14 14:26 header-rw-rw-r-- 1 root root 86K 8月 14 14:26 INSTALL-rw-r--r-- 1 root root 0 8月 14 14:26 install-sh-rw-rw-r-- 1 root root 3.2K 8月 14 14:26 LICENSE-rw-rw-r-- 1 root root 196K 8月 14 14:26 ltmain.shdrwxrwxr-x 3 root root 4.0K 8月 14 14:26 main/-rwxrwxr-x 1 root root 4.1K 8月 14 14:26 makedist*-rw-rw-r-- 1 root root 1.1K 8月 14 14:26 Makefile.frag-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 Makefile.gcov-rw-rw-r-- 1 root root 7.0K 8月 14 14:26 Makefile.global-rw-r--r-- 1 root root 0 8月 14 14:26 missing-rw-r--r-- 1 root root 0 8月 14 14:26 mkinstalldirs-rw-rw-r-- 1 root root 90K 8月 14 14:26 NEWSdrwxrwxr-x 2 root root 96 8月 14 14:26 pear/-rw-rw-r-- 1 root root 1.5K 8月 14 14:26 php7.spec.in-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 php.gif-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-development-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-production-rw-rw-r-- 1 root root 6.9K 8月 14 14:26 README.EXT_SKEL-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.GIT-RULES-rw-rw-r-- 1 root root 5.3K 8月 14 14:26 README.input_filter-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 README.MAILINGLIST_RULES-rw-rw-r-- 1 root root 1.6K 8月 14 14:26 README.md-rw-rw-r-- 1 root root 5.2K 8月 14 14:26 README.NEW-OUTPUT-API-rw-rw-r-- 1 root root 7.4K 8月 14 14:26 README.PARAMETER_PARSING_API-rw-rw-r-- 1 root root 20K 8月 14 14:26 README.REDIST.BINS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.RELEASE_PROCESS-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.SELF-CONTAINED-EXTENSIONS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.STREAMS-rw-rw-r-- 1 root root 8.0K 8月 14 14:26 README.SUBMITTING_PATCH-rw-rw-r-- 1 root root 6.6K 8月 14 14:26 README.TESTING-rw-rw-r-- 1 root root 4.9K 8月 14 14:26 README.TESTING2-rw-rw-r-- 1 root root 4.2K 8月 14 14:26 README.UNIX-BUILD-SYSTEM-rw-rw-r-- 1 root root 115 8月 14 14:26 README.WIN32-BUILD-SYSTEM-rwxrwxr-x 1 root root 84K 8月 14 14:26 run-tests.php*drwxrwxr-x 10 root root 110 8月 14 14:26 sapi/drwxrwxr-x 4 root root 99 8月 14 14:26 scripts/-rwxrwxr-x 1 root root 2.1K 8月 14 14:26 server-tests-config.php*-rwxrwxr-x 1 root root 52K 8月 14 14:26 server-tests.php*-rwxrwxr-x 1 root root 108 8月 14 14:26 snapshot*-rw-rw-r-- 1 root root 10 8月 14 14:26 stamp-h.indrwxrwxr-x 10 root root 133 8月 14 14:26 tests/drwxrwxr-x 3 root root 33 8月 14 14:26 travis/-rw-rw-r-- 1 root root 1.9K 8月 14 14:26 .travis.ymldrwxrwxr-x 3 root root 4.0K 8月 14 14:26 TSRM/-rw-rw-r-- 1 root root 15K 8月 14 14:26 UPGRADING-rw-rw-r-- 1 root root 3.3K 8月 14 14:26 UPGRADING.INTERNALS-rwxrwxr-x 1 root root 159 8月 14 14:26 vcsclean*drwxrwxr-x 3 root root 4.0K 8月 14 14:26 win32/drwxrwxr-x 3 root root 8.0K 8月 14 14:26 Zend/1登录后复制
复制 .so
扩展文件到PHP扩展目录(若已经自动复制,则忽略)
在php.ini中开启扩展,配置相应的扩展参数
3. 安装redis扩展实例
php -m
查看已安装的php扩展
[root/usr/local/src/php-7.2.9]# ll总用量 4.1M-rw-rw-r-- 1 root root 84K 8月 14 14:26 acinclude.m4-rw-r--r-- 1 root root 309K 8月 14 14:26 aclocal.m4drwxrwxr-x 2 root root 78 8月 14 14:26 appveyor/-rw-rw-r-- 1 root root 1.4K 8月 14 14:26 .appveyor.ymldrwxrwxr-x 2 root root 4.0K 8月 14 14:26 build/-rwxrwxr-x 1 root root 772 8月 14 14:26 buildconf*-rw-rw-r-- 1 root root 334 8月 14 14:26 buildconf.bat-rw-rw-r-- 1 root root 12K 8月 14 14:26 CODING_STANDARDS-rw-rw-r-- 1 root root 42K 8月 14 14:26 config.guess-rw-rw-r-- 1 root root 36K 8月 14 14:26 config.sub-rwxr-xr-x 1 root root 2.6M 8月 14 14:26 configure*-rw-rw-r-- 1 root root 46K 8月 14 14:26 configure.ac-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 CONTRIBUTING.md-rw-rw-r-- 1 root root 91 8月 14 14:26 CREDITS-rw-rw-r-- 1 root root 867 8月 14 14:26 .editorconfigdrwxrwxr-x 76 root root 4.0K 8月 14 14:26 ext/-rw-rw-r-- 1 root root 21K 8月 14 14:26 EXTENSIONS-rw-rw-r-- 1 root root 137 8月 14 14:26 footer-rw-rw-r-- 1 root root 13K 8月 14 14:26 .gdbinit-rw-r--r-- 1 root root 1.8K 8月 14 14:26 generated_lists-rwxrwxr-x 1 root root 581 8月 14 14:26 genfiles*-rw-rw-r-- 1 root root 8.7K 8月 14 14:26 .gitattributes-rw-rw-r-- 1 root root 4.3K 8月 14 14:26 .gitignore-rw-rw-r-- 1 root root 1.2K 8月 14 14:26 header-rw-rw-r-- 1 root root 86K 8月 14 14:26 INSTALL-rw-r--r-- 1 root root 0 8月 14 14:26 install-sh-rw-rw-r-- 1 root root 3.2K 8月 14 14:26 LICENSE-rw-rw-r-- 1 root root 196K 8月 14 14:26 ltmain.shdrwxrwxr-x 3 root root 4.0K 8月 14 14:26 main/-rwxrwxr-x 1 root root 4.1K 8月 14 14:26 makedist*-rw-rw-r-- 1 root root 1.1K 8月 14 14:26 Makefile.frag-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 Makefile.gcov-rw-rw-r-- 1 root root 7.0K 8月 14 14:26 Makefile.global-rw-r--r-- 1 root root 0 8月 14 14:26 missing-rw-r--r-- 1 root root 0 8月 14 14:26 mkinstalldirs-rw-rw-r-- 1 root root 90K 8月 14 14:26 NEWSdrwxrwxr-x 2 root root 96 8月 14 14:26 pear/-rw-rw-r-- 1 root root 1.5K 8月 14 14:26 php7.spec.in-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 php.gif-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-development-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-production-rw-rw-r-- 1 root root 6.9K 8月 14 14:26 README.EXT_SKEL-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.GIT-RULES-rw-rw-r-- 1 root root 5.3K 8月 14 14:26 README.input_filter-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 README.MAILINGLIST_RULES-rw-rw-r-- 1 root root 1.6K 8月 14 14:26 README.md-rw-rw-r-- 1 root root 5.2K 8月 14 14:26 README.NEW-OUTPUT-API-rw-rw-r-- 1 root root 7.4K 8月 14 14:26 README.PARAMETER_PARSING_API-rw-rw-r-- 1 root root 20K 8月 14 14:26 README.REDIST.BINS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.RELEASE_PROCESS-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.SELF-CONTAINED-EXTENSIONS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.STREAMS-rw-rw-r-- 1 root root 8.0K 8月 14 14:26 README.SUBMITTING_PATCH-rw-rw-r-- 1 root root 6.6K 8月 14 14:26 README.TESTING-rw-rw-r-- 1 root root 4.9K 8月 14 14:26 README.TESTING2-rw-rw-r-- 1 root root 4.2K 8月 14 14:26 README.UNIX-BUILD-SYSTEM-rw-rw-r-- 1 root root 115 8月 14 14:26 README.WIN32-BUILD-SYSTEM-rwxrwxr-x 1 root root 84K 8月 14 14:26 run-tests.php*drwxrwxr-x 10 root root 110 8月 14 14:26 sapi/drwxrwxr-x 4 root root 99 8月 14 14:26 scripts/-rwxrwxr-x 1 root root 2.1K 8月 14 14:26 server-tests-config.php*-rwxrwxr-x 1 root root 52K 8月 14 14:26 server-tests.php*-rwxrwxr-x 1 root root 108 8月 14 14:26 snapshot*-rw-rw-r-- 1 root root 10 8月 14 14:26 stamp-h.indrwxrwxr-x 10 root root 133 8月 14 14:26 tests/drwxrwxr-x 3 root root 33 8月 14 14:26 travis/-rw-rw-r-- 1 root root 1.9K 8月 14 14:26 .travis.ymldrwxrwxr-x 3 root root 4.0K 8月 14 14:26 TSRM/-rw-rw-r-- 1 root root 15K 8月 14 14:26 UPGRADING-rw-rw-r-- 1 root root 3.3K 8月 14 14:26 UPGRADING.INTERNALS-rwxrwxr-x 1 root root 159 8月 14 14:26 vcsclean*drwxrwxr-x 3 root root 4.0K 8月 14 14:26 win32/drwxrwxr-x 3 root root 8.0K 8月 14 14:26 Zend/2登录后复制
从 pecl.php.net 下载 redis-4.1.1 扩展,并解压缩
[root/usr/local/src/php-7.2.9]# ll总用量 4.1M-rw-rw-r-- 1 root root 84K 8月 14 14:26 acinclude.m4-rw-r--r-- 1 root root 309K 8月 14 14:26 aclocal.m4drwxrwxr-x 2 root root 78 8月 14 14:26 appveyor/-rw-rw-r-- 1 root root 1.4K 8月 14 14:26 .appveyor.ymldrwxrwxr-x 2 root root 4.0K 8月 14 14:26 build/-rwxrwxr-x 1 root root 772 8月 14 14:26 buildconf*-rw-rw-r-- 1 root root 334 8月 14 14:26 buildconf.bat-rw-rw-r-- 1 root root 12K 8月 14 14:26 CODING_STANDARDS-rw-rw-r-- 1 root root 42K 8月 14 14:26 config.guess-rw-rw-r-- 1 root root 36K 8月 14 14:26 config.sub-rwxr-xr-x 1 root root 2.6M 8月 14 14:26 configure*-rw-rw-r-- 1 root root 46K 8月 14 14:26 configure.ac-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 CONTRIBUTING.md-rw-rw-r-- 1 root root 91 8月 14 14:26 CREDITS-rw-rw-r-- 1 root root 867 8月 14 14:26 .editorconfigdrwxrwxr-x 76 root root 4.0K 8月 14 14:26 ext/-rw-rw-r-- 1 root root 21K 8月 14 14:26 EXTENSIONS-rw-rw-r-- 1 root root 137 8月 14 14:26 footer-rw-rw-r-- 1 root root 13K 8月 14 14:26 .gdbinit-rw-r--r-- 1 root root 1.8K 8月 14 14:26 generated_lists-rwxrwxr-x 1 root root 581 8月 14 14:26 genfiles*-rw-rw-r-- 1 root root 8.7K 8月 14 14:26 .gitattributes-rw-rw-r-- 1 root root 4.3K 8月 14 14:26 .gitignore-rw-rw-r-- 1 root root 1.2K 8月 14 14:26 header-rw-rw-r-- 1 root root 86K 8月 14 14:26 INSTALL-rw-r--r-- 1 root root 0 8月 14 14:26 install-sh-rw-rw-r-- 1 root root 3.2K 8月 14 14:26 LICENSE-rw-rw-r-- 1 root root 196K 8月 14 14:26 ltmain.shdrwxrwxr-x 3 root root 4.0K 8月 14 14:26 main/-rwxrwxr-x 1 root root 4.1K 8月 14 14:26 makedist*-rw-rw-r-- 1 root root 1.1K 8月 14 14:26 Makefile.frag-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 Makefile.gcov-rw-rw-r-- 1 root root 7.0K 8月 14 14:26 Makefile.global-rw-r--r-- 1 root root 0 8月 14 14:26 missing-rw-r--r-- 1 root root 0 8月 14 14:26 mkinstalldirs-rw-rw-r-- 1 root root 90K 8月 14 14:26 NEWSdrwxrwxr-x 2 root root 96 8月 14 14:26 pear/-rw-rw-r-- 1 root root 1.5K 8月 14 14:26 php7.spec.in-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 php.gif-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-development-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-production-rw-rw-r-- 1 root root 6.9K 8月 14 14:26 README.EXT_SKEL-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.GIT-RULES-rw-rw-r-- 1 root root 5.3K 8月 14 14:26 README.input_filter-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 README.MAILINGLIST_RULES-rw-rw-r-- 1 root root 1.6K 8月 14 14:26 README.md-rw-rw-r-- 1 root root 5.2K 8月 14 14:26 README.NEW-OUTPUT-API-rw-rw-r-- 1 root root 7.4K 8月 14 14:26 README.PARAMETER_PARSING_API-rw-rw-r-- 1 root root 20K 8月 14 14:26 README.REDIST.BINS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.RELEASE_PROCESS-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.SELF-CONTAINED-EXTENSIONS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.STREAMS-rw-rw-r-- 1 root root 8.0K 8月 14 14:26 README.SUBMITTING_PATCH-rw-rw-r-- 1 root root 6.6K 8月 14 14:26 README.TESTING-rw-rw-r-- 1 root root 4.9K 8月 14 14:26 README.TESTING2-rw-rw-r-- 1 root root 4.2K 8月 14 14:26 README.UNIX-BUILD-SYSTEM-rw-rw-r-- 1 root root 115 8月 14 14:26 README.WIN32-BUILD-SYSTEM-rwxrwxr-x 1 root root 84K 8月 14 14:26 run-tests.php*drwxrwxr-x 10 root root 110 8月 14 14:26 sapi/drwxrwxr-x 4 root root 99 8月 14 14:26 scripts/-rwxrwxr-x 1 root root 2.1K 8月 14 14:26 server-tests-config.php*-rwxrwxr-x 1 root root 52K 8月 14 14:26 server-tests.php*-rwxrwxr-x 1 root root 108 8月 14 14:26 snapshot*-rw-rw-r-- 1 root root 10 8月 14 14:26 stamp-h.indrwxrwxr-x 10 root root 133 8月 14 14:26 tests/drwxrwxr-x 3 root root 33 8月 14 14:26 travis/-rw-rw-r-- 1 root root 1.9K 8月 14 14:26 .travis.ymldrwxrwxr-x 3 root root 4.0K 8月 14 14:26 TSRM/-rw-rw-r-- 1 root root 15K 8月 14 14:26 UPGRADING-rw-rw-r-- 1 root root 3.3K 8月 14 14:26 UPGRADING.INTERNALS-rwxrwxr-x 1 root root 159 8月 14 14:26 vcsclean*drwxrwxr-x 3 root root 4.0K 8月 14 14:26 win32/drwxrwxr-x 3 root root 8.0K 8月 14 14:26 Zend/3登录后复制
在解压缩的扩展目录下执行phpize
[root/usr/local/src/php-7.2.9]# ll总用量 4.1M-rw-rw-r-- 1 root root 84K 8月 14 14:26 acinclude.m4-rw-r--r-- 1 root root 309K 8月 14 14:26 aclocal.m4drwxrwxr-x 2 root root 78 8月 14 14:26 appveyor/-rw-rw-r-- 1 root root 1.4K 8月 14 14:26 .appveyor.ymldrwxrwxr-x 2 root root 4.0K 8月 14 14:26 build/-rwxrwxr-x 1 root root 772 8月 14 14:26 buildconf*-rw-rw-r-- 1 root root 334 8月 14 14:26 buildconf.bat-rw-rw-r-- 1 root root 12K 8月 14 14:26 CODING_STANDARDS-rw-rw-r-- 1 root root 42K 8月 14 14:26 config.guess-rw-rw-r-- 1 root root 36K 8月 14 14:26 config.sub-rwxr-xr-x 1 root root 2.6M 8月 14 14:26 configure*-rw-rw-r-- 1 root root 46K 8月 14 14:26 configure.ac-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 CONTRIBUTING.md-rw-rw-r-- 1 root root 91 8月 14 14:26 CREDITS-rw-rw-r-- 1 root root 867 8月 14 14:26 .editorconfigdrwxrwxr-x 76 root root 4.0K 8月 14 14:26 ext/-rw-rw-r-- 1 root root 21K 8月 14 14:26 EXTENSIONS-rw-rw-r-- 1 root root 137 8月 14 14:26 footer-rw-rw-r-- 1 root root 13K 8月 14 14:26 .gdbinit-rw-r--r-- 1 root root 1.8K 8月 14 14:26 generated_lists-rwxrwxr-x 1 root root 581 8月 14 14:26 genfiles*-rw-rw-r-- 1 root root 8.7K 8月 14 14:26 .gitattributes-rw-rw-r-- 1 root root 4.3K 8月 14 14:26 .gitignore-rw-rw-r-- 1 root root 1.2K 8月 14 14:26 header-rw-rw-r-- 1 root root 86K 8月 14 14:26 INSTALL-rw-r--r-- 1 root root 0 8月 14 14:26 install-sh-rw-rw-r-- 1 root root 3.2K 8月 14 14:26 LICENSE-rw-rw-r-- 1 root root 196K 8月 14 14:26 ltmain.shdrwxrwxr-x 3 root root 4.0K 8月 14 14:26 main/-rwxrwxr-x 1 root root 4.1K 8月 14 14:26 makedist*-rw-rw-r-- 1 root root 1.1K 8月 14 14:26 Makefile.frag-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 Makefile.gcov-rw-rw-r-- 1 root root 7.0K 8月 14 14:26 Makefile.global-rw-r--r-- 1 root root 0 8月 14 14:26 missing-rw-r--r-- 1 root root 0 8月 14 14:26 mkinstalldirs-rw-rw-r-- 1 root root 90K 8月 14 14:26 NEWSdrwxrwxr-x 2 root root 96 8月 14 14:26 pear/-rw-rw-r-- 1 root root 1.5K 8月 14 14:26 php7.spec.in-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 php.gif-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-development-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-production-rw-rw-r-- 1 root root 6.9K 8月 14 14:26 README.EXT_SKEL-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.GIT-RULES-rw-rw-r-- 1 root root 5.3K 8月 14 14:26 README.input_filter-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 README.MAILINGLIST_RULES-rw-rw-r-- 1 root root 1.6K 8月 14 14:26 README.md-rw-rw-r-- 1 root root 5.2K 8月 14 14:26 README.NEW-OUTPUT-API-rw-rw-r-- 1 root root 7.4K 8月 14 14:26 README.PARAMETER_PARSING_API-rw-rw-r-- 1 root root 20K 8月 14 14:26 README.REDIST.BINS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.RELEASE_PROCESS-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.SELF-CONTAINED-EXTENSIONS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.STREAMS-rw-rw-r-- 1 root root 8.0K 8月 14 14:26 README.SUBMITTING_PATCH-rw-rw-r-- 1 root root 6.6K 8月 14 14:26 README.TESTING-rw-rw-r-- 1 root root 4.9K 8月 14 14:26 README.TESTING2-rw-rw-r-- 1 root root 4.2K 8月 14 14:26 README.UNIX-BUILD-SYSTEM-rw-rw-r-- 1 root root 115 8月 14 14:26 README.WIN32-BUILD-SYSTEM-rwxrwxr-x 1 root root 84K 8月 14 14:26 run-tests.php*drwxrwxr-x 10 root root 110 8月 14 14:26 sapi/drwxrwxr-x 4 root root 99 8月 14 14:26 scripts/-rwxrwxr-x 1 root root 2.1K 8月 14 14:26 server-tests-config.php*-rwxrwxr-x 1 root root 52K 8月 14 14:26 server-tests.php*-rwxrwxr-x 1 root root 108 8月 14 14:26 snapshot*-rw-rw-r-- 1 root root 10 8月 14 14:26 stamp-h.indrwxrwxr-x 10 root root 133 8月 14 14:26 tests/drwxrwxr-x 3 root root 33 8月 14 14:26 travis/-rw-rw-r-- 1 root root 1.9K 8月 14 14:26 .travis.ymldrwxrwxr-x 3 root root 4.0K 8月 14 14:26 TSRM/-rw-rw-r-- 1 root root 15K 8月 14 14:26 UPGRADING-rw-rw-r-- 1 root root 3.3K 8月 14 14:26 UPGRADING.INTERNALS-rwxrwxr-x 1 root root 159 8月 14 14:26 vcsclean*drwxrwxr-x 3 root root 4.0K 8月 14 14:26 win32/drwxrwxr-x 3 root root 8.0K 8月 14 14:26 Zend/4登录后复制
configure 配置编译参数
[root/usr/local/src/redis-4.1.1]# [root/usr/local/src/php-7.2.9]# ll总用量 4.1M-rw-rw-r-- 1 root root 84K 8月 14 14:26 acinclude.m4-rw-r--r-- 1 root root 309K 8月 14 14:26 aclocal.m4drwxrwxr-x 2 root root 78 8月 14 14:26 appveyor/-rw-rw-r-- 1 root root 1.4K 8月 14 14:26 .appveyor.ymldrwxrwxr-x 2 root root 4.0K 8月 14 14:26 build/-rwxrwxr-x 1 root root 772 8月 14 14:26 buildconf*-rw-rw-r-- 1 root root 334 8月 14 14:26 buildconf.bat-rw-rw-r-- 1 root root 12K 8月 14 14:26 CODING_STANDARDS-rw-rw-r-- 1 root root 42K 8月 14 14:26 config.guess-rw-rw-r-- 1 root root 36K 8月 14 14:26 config.sub-rwxr-xr-x 1 root root 2.6M 8月 14 14:26 configure*-rw-rw-r-- 1 root root 46K 8月 14 14:26 configure.ac-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 CONTRIBUTING.md-rw-rw-r-- 1 root root 91 8月 14 14:26 CREDITS-rw-rw-r-- 1 root root 867 8月 14 14:26 .editorconfigdrwxrwxr-x 76 root root 4.0K 8月 14 14:26 ext/-rw-rw-r-- 1 root root 21K 8月 14 14:26 EXTENSIONS-rw-rw-r-- 1 root root 137 8月 14 14:26 footer-rw-rw-r-- 1 root root 13K 8月 14 14:26 .gdbinit-rw-r--r-- 1 root root 1.8K 8月 14 14:26 generated_lists-rwxrwxr-x 1 root root 581 8月 14 14:26 genfiles*-rw-rw-r-- 1 root root 8.7K 8月 14 14:26 .gitattributes-rw-rw-r-- 1 root root 4.3K 8月 14 14:26 .gitignore-rw-rw-r-- 1 root root 1.2K 8月 14 14:26 header-rw-rw-r-- 1 root root 86K 8月 14 14:26 INSTALL-rw-r--r-- 1 root root 0 8月 14 14:26 install-sh-rw-rw-r-- 1 root root 3.2K 8月 14 14:26 LICENSE-rw-rw-r-- 1 root root 196K 8月 14 14:26 ltmain.shdrwxrwxr-x 3 root root 4.0K 8月 14 14:26 main/-rwxrwxr-x 1 root root 4.1K 8月 14 14:26 makedist*-rw-rw-r-- 1 root root 1.1K 8月 14 14:26 Makefile.frag-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 Makefile.gcov-rw-rw-r-- 1 root root 7.0K 8月 14 14:26 Makefile.global-rw-r--r-- 1 root root 0 8月 14 14:26 missing-rw-r--r-- 1 root root 0 8月 14 14:26 mkinstalldirs-rw-rw-r-- 1 root root 90K 8月 14 14:26 NEWSdrwxrwxr-x 2 root root 96 8月 14 14:26 pear/-rw-rw-r-- 1 root root 1.5K 8月 14 14:26 php7.spec.in-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 php.gif-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-development-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-production-rw-rw-r-- 1 root root 6.9K 8月 14 14:26 README.EXT_SKEL-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.GIT-RULES-rw-rw-r-- 1 root root 5.3K 8月 14 14:26 README.input_filter-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 README.MAILINGLIST_RULES-rw-rw-r-- 1 root root 1.6K 8月 14 14:26 README.md-rw-rw-r-- 1 root root 5.2K 8月 14 14:26 README.NEW-OUTPUT-API-rw-rw-r-- 1 root root 7.4K 8月 14 14:26 README.PARAMETER_PARSING_API-rw-rw-r-- 1 root root 20K 8月 14 14:26 README.REDIST.BINS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.RELEASE_PROCESS-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.SELF-CONTAINED-EXTENSIONS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.STREAMS-rw-rw-r-- 1 root root 8.0K 8月 14 14:26 README.SUBMITTING_PATCH-rw-rw-r-- 1 root root 6.6K 8月 14 14:26 README.TESTING-rw-rw-r-- 1 root root 4.9K 8月 14 14:26 README.TESTING2-rw-rw-r-- 1 root root 4.2K 8月 14 14:26 README.UNIX-BUILD-SYSTEM-rw-rw-r-- 1 root root 115 8月 14 14:26 README.WIN32-BUILD-SYSTEM-rwxrwxr-x 1 root root 84K 8月 14 14:26 run-tests.php*drwxrwxr-x 10 root root 110 8月 14 14:26 sapi/drwxrwxr-x 4 root root 99 8月 14 14:26 scripts/-rwxrwxr-x 1 root root 2.1K 8月 14 14:26 server-tests-config.php*-rwxrwxr-x 1 root root 52K 8月 14 14:26 server-tests.php*-rwxrwxr-x 1 root root 108 8月 14 14:26 snapshot*-rw-rw-r-- 1 root root 10 8月 14 14:26 stamp-h.indrwxrwxr-x 10 root root 133 8月 14 14:26 tests/drwxrwxr-x 3 root root 33 8月 14 14:26 travis/-rw-rw-r-- 1 root root 1.9K 8月 14 14:26 .travis.ymldrwxrwxr-x 3 root root 4.0K 8月 14 14:26 TSRM/-rw-rw-r-- 1 root root 15K 8月 14 14:26 UPGRADING-rw-rw-r-- 1 root root 3.3K 8月 14 14:26 UPGRADING.INTERNALS-rwxrwxr-x 1 root root 159 8月 14 14:26 vcsclean*drwxrwxr-x 3 root root 4.0K 8月 14 14:26 win32/drwxrwxr-x 3 root root 8.0K 8月 14 14:26 Zend/0登录后复制
编译安装
[root/usr/local/src/redis-4.1.1]# [root/usr/local/src/php-7.2.9]# ll总用量 4.1M-rw-rw-r-- 1 root root 84K 8月 14 14:26 acinclude.m4-rw-r--r-- 1 root root 309K 8月 14 14:26 aclocal.m4drwxrwxr-x 2 root root 78 8月 14 14:26 appveyor/-rw-rw-r-- 1 root root 1.4K 8月 14 14:26 .appveyor.ymldrwxrwxr-x 2 root root 4.0K 8月 14 14:26 build/-rwxrwxr-x 1 root root 772 8月 14 14:26 buildconf*-rw-rw-r-- 1 root root 334 8月 14 14:26 buildconf.bat-rw-rw-r-- 1 root root 12K 8月 14 14:26 CODING_STANDARDS-rw-rw-r-- 1 root root 42K 8月 14 14:26 config.guess-rw-rw-r-- 1 root root 36K 8月 14 14:26 config.sub-rwxr-xr-x 1 root root 2.6M 8月 14 14:26 configure*-rw-rw-r-- 1 root root 46K 8月 14 14:26 configure.ac-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 CONTRIBUTING.md-rw-rw-r-- 1 root root 91 8月 14 14:26 CREDITS-rw-rw-r-- 1 root root 867 8月 14 14:26 .editorconfigdrwxrwxr-x 76 root root 4.0K 8月 14 14:26 ext/-rw-rw-r-- 1 root root 21K 8月 14 14:26 EXTENSIONS-rw-rw-r-- 1 root root 137 8月 14 14:26 footer-rw-rw-r-- 1 root root 13K 8月 14 14:26 .gdbinit-rw-r--r-- 1 root root 1.8K 8月 14 14:26 generated_lists-rwxrwxr-x 1 root root 581 8月 14 14:26 genfiles*-rw-rw-r-- 1 root root 8.7K 8月 14 14:26 .gitattributes-rw-rw-r-- 1 root root 4.3K 8月 14 14:26 .gitignore-rw-rw-r-- 1 root root 1.2K 8月 14 14:26 header-rw-rw-r-- 1 root root 86K 8月 14 14:26 INSTALL-rw-r--r-- 1 root root 0 8月 14 14:26 install-sh-rw-rw-r-- 1 root root 3.2K 8月 14 14:26 LICENSE-rw-rw-r-- 1 root root 196K 8月 14 14:26 ltmain.shdrwxrwxr-x 3 root root 4.0K 8月 14 14:26 main/-rwxrwxr-x 1 root root 4.1K 8月 14 14:26 makedist*-rw-rw-r-- 1 root root 1.1K 8月 14 14:26 Makefile.frag-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 Makefile.gcov-rw-rw-r-- 1 root root 7.0K 8月 14 14:26 Makefile.global-rw-r--r-- 1 root root 0 8月 14 14:26 missing-rw-r--r-- 1 root root 0 8月 14 14:26 mkinstalldirs-rw-rw-r-- 1 root root 90K 8月 14 14:26 NEWSdrwxrwxr-x 2 root root 96 8月 14 14:26 pear/-rw-rw-r-- 1 root root 1.5K 8月 14 14:26 php7.spec.in-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 php.gif-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-development-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-production-rw-rw-r-- 1 root root 6.9K 8月 14 14:26 README.EXT_SKEL-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.GIT-RULES-rw-rw-r-- 1 root root 5.3K 8月 14 14:26 README.input_filter-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 README.MAILINGLIST_RULES-rw-rw-r-- 1 root root 1.6K 8月 14 14:26 README.md-rw-rw-r-- 1 root root 5.2K 8月 14 14:26 README.NEW-OUTPUT-API-rw-rw-r-- 1 root root 7.4K 8月 14 14:26 README.PARAMETER_PARSING_API-rw-rw-r-- 1 root root 20K 8月 14 14:26 README.REDIST.BINS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.RELEASE_PROCESS-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.SELF-CONTAINED-EXTENSIONS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.STREAMS-rw-rw-r-- 1 root root 8.0K 8月 14 14:26 README.SUBMITTING_PATCH-rw-rw-r-- 1 root root 6.6K 8月 14 14:26 README.TESTING-rw-rw-r-- 1 root root 4.9K 8月 14 14:26 README.TESTING2-rw-rw-r-- 1 root root 4.2K 8月 14 14:26 README.UNIX-BUILD-SYSTEM-rw-rw-r-- 1 root root 115 8月 14 14:26 README.WIN32-BUILD-SYSTEM-rwxrwxr-x 1 root root 84K 8月 14 14:26 run-tests.php*drwxrwxr-x 10 root root 110 8月 14 14:26 sapi/drwxrwxr-x 4 root root 99 8月 14 14:26 scripts/-rwxrwxr-x 1 root root 2.1K 8月 14 14:26 server-tests-config.php*-rwxrwxr-x 1 root root 52K 8月 14 14:26 server-tests.php*-rwxrwxr-x 1 root root 108 8月 14 14:26 snapshot*-rw-rw-r-- 1 root root 10 8月 14 14:26 stamp-h.indrwxrwxr-x 10 root root 133 8月 14 14:26 tests/drwxrwxr-x 3 root root 33 8月 14 14:26 travis/-rw-rw-r-- 1 root root 1.9K 8月 14 14:26 .travis.ymldrwxrwxr-x 3 root root 4.0K 8月 14 14:26 TSRM/-rw-rw-r-- 1 root root 15K 8月 14 14:26 UPGRADING-rw-rw-r-- 1 root root 3.3K 8月 14 14:26 UPGRADING.INTERNALS-rwxrwxr-x 1 root root 159 8月 14 14:26 vcsclean*drwxrwxr-x 3 root root 4.0K 8月 14 14:26 win32/drwxrwxr-x 3 root root 8.0K 8月 14 14:26 Zend/1登录后复制
查看编译好的扩展文件 redis.so
,已经自动复制到php扩展目录下
[root/usr/local/src/php-7.2.9]# ll总用量 4.1M-rw-rw-r-- 1 root root 84K 8月 14 14:26 acinclude.m4-rw-r--r-- 1 root root 309K 8月 14 14:26 aclocal.m4drwxrwxr-x 2 root root 78 8月 14 14:26 appveyor/-rw-rw-r-- 1 root root 1.4K 8月 14 14:26 .appveyor.ymldrwxrwxr-x 2 root root 4.0K 8月 14 14:26 build/-rwxrwxr-x 1 root root 772 8月 14 14:26 buildconf*-rw-rw-r-- 1 root root 334 8月 14 14:26 buildconf.bat-rw-rw-r-- 1 root root 12K 8月 14 14:26 CODING_STANDARDS-rw-rw-r-- 1 root root 42K 8月 14 14:26 config.guess-rw-rw-r-- 1 root root 36K 8月 14 14:26 config.sub-rwxr-xr-x 1 root root 2.6M 8月 14 14:26 configure*-rw-rw-r-- 1 root root 46K 8月 14 14:26 configure.ac-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 CONTRIBUTING.md-rw-rw-r-- 1 root root 91 8月 14 14:26 CREDITS-rw-rw-r-- 1 root root 867 8月 14 14:26 .editorconfigdrwxrwxr-x 76 root root 4.0K 8月 14 14:26 ext/-rw-rw-r-- 1 root root 21K 8月 14 14:26 EXTENSIONS-rw-rw-r-- 1 root root 137 8月 14 14:26 footer-rw-rw-r-- 1 root root 13K 8月 14 14:26 .gdbinit-rw-r--r-- 1 root root 1.8K 8月 14 14:26 generated_lists-rwxrwxr-x 1 root root 581 8月 14 14:26 genfiles*-rw-rw-r-- 1 root root 8.7K 8月 14 14:26 .gitattributes-rw-rw-r-- 1 root root 4.3K 8月 14 14:26 .gitignore-rw-rw-r-- 1 root root 1.2K 8月 14 14:26 header-rw-rw-r-- 1 root root 86K 8月 14 14:26 INSTALL-rw-r--r-- 1 root root 0 8月 14 14:26 install-sh-rw-rw-r-- 1 root root 3.2K 8月 14 14:26 LICENSE-rw-rw-r-- 1 root root 196K 8月 14 14:26 ltmain.shdrwxrwxr-x 3 root root 4.0K 8月 14 14:26 main/-rwxrwxr-x 1 root root 4.1K 8月 14 14:26 makedist*-rw-rw-r-- 1 root root 1.1K 8月 14 14:26 Makefile.frag-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 Makefile.gcov-rw-rw-r-- 1 root root 7.0K 8月 14 14:26 Makefile.global-rw-r--r-- 1 root root 0 8月 14 14:26 missing-rw-r--r-- 1 root root 0 8月 14 14:26 mkinstalldirs-rw-rw-r-- 1 root root 90K 8月 14 14:26 NEWSdrwxrwxr-x 2 root root 96 8月 14 14:26 pear/-rw-rw-r-- 1 root root 1.5K 8月 14 14:26 php7.spec.in-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 php.gif-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-development-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-production-rw-rw-r-- 1 root root 6.9K 8月 14 14:26 README.EXT_SKEL-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.GIT-RULES-rw-rw-r-- 1 root root 5.3K 8月 14 14:26 README.input_filter-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 README.MAILINGLIST_RULES-rw-rw-r-- 1 root root 1.6K 8月 14 14:26 README.md-rw-rw-r-- 1 root root 5.2K 8月 14 14:26 README.NEW-OUTPUT-API-rw-rw-r-- 1 root root 7.4K 8月 14 14:26 README.PARAMETER_PARSING_API-rw-rw-r-- 1 root root 20K 8月 14 14:26 README.REDIST.BINS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.RELEASE_PROCESS-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.SELF-CONTAINED-EXTENSIONS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.STREAMS-rw-rw-r-- 1 root root 8.0K 8月 14 14:26 README.SUBMITTING_PATCH-rw-rw-r-- 1 root root 6.6K 8月 14 14:26 README.TESTING-rw-rw-r-- 1 root root 4.9K 8月 14 14:26 README.TESTING2-rw-rw-r-- 1 root root 4.2K 8月 14 14:26 README.UNIX-BUILD-SYSTEM-rw-rw-r-- 1 root root 115 8月 14 14:26 README.WIN32-BUILD-SYSTEM-rwxrwxr-x 1 root root 84K 8月 14 14:26 run-tests.php*drwxrwxr-x 10 root root 110 8月 14 14:26 sapi/drwxrwxr-x 4 root root 99 8月 14 14:26 scripts/-rwxrwxr-x 1 root root 2.1K 8月 14 14:26 server-tests-config.php*-rwxrwxr-x 1 root root 52K 8月 14 14:26 server-tests.php*-rwxrwxr-x 1 root root 108 8月 14 14:26 snapshot*-rw-rw-r-- 1 root root 10 8月 14 14:26 stamp-h.indrwxrwxr-x 10 root root 133 8月 14 14:26 tests/drwxrwxr-x 3 root root 33 8月 14 14:26 travis/-rw-rw-r-- 1 root root 1.9K 8月 14 14:26 .travis.ymldrwxrwxr-x 3 root root 4.0K 8月 14 14:26 TSRM/-rw-rw-r-- 1 root root 15K 8月 14 14:26 UPGRADING-rw-rw-r-- 1 root root 3.3K 8月 14 14:26 UPGRADING.INTERNALS-rwxrwxr-x 1 root root 159 8月 14 14:26 vcsclean*drwxrwxr-x 3 root root 4.0K 8月 14 14:26 win32/drwxrwxr-x 3 root root 8.0K 8月 14 14:26 Zend/7登录后复制
编辑 php.ini
,添加 extension=redis
[root/usr/local/src/php-7.2.9]# ll总用量 4.1M-rw-rw-r-- 1 root root 84K 8月 14 14:26 acinclude.m4-rw-r--r-- 1 root root 309K 8月 14 14:26 aclocal.m4drwxrwxr-x 2 root root 78 8月 14 14:26 appveyor/-rw-rw-r-- 1 root root 1.4K 8月 14 14:26 .appveyor.ymldrwxrwxr-x 2 root root 4.0K 8月 14 14:26 build/-rwxrwxr-x 1 root root 772 8月 14 14:26 buildconf*-rw-rw-r-- 1 root root 334 8月 14 14:26 buildconf.bat-rw-rw-r-- 1 root root 12K 8月 14 14:26 CODING_STANDARDS-rw-rw-r-- 1 root root 42K 8月 14 14:26 config.guess-rw-rw-r-- 1 root root 36K 8月 14 14:26 config.sub-rwxr-xr-x 1 root root 2.6M 8月 14 14:26 configure*-rw-rw-r-- 1 root root 46K 8月 14 14:26 configure.ac-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 CONTRIBUTING.md-rw-rw-r-- 1 root root 91 8月 14 14:26 CREDITS-rw-rw-r-- 1 root root 867 8月 14 14:26 .editorconfigdrwxrwxr-x 76 root root 4.0K 8月 14 14:26 ext/-rw-rw-r-- 1 root root 21K 8月 14 14:26 EXTENSIONS-rw-rw-r-- 1 root root 137 8月 14 14:26 footer-rw-rw-r-- 1 root root 13K 8月 14 14:26 .gdbinit-rw-r--r-- 1 root root 1.8K 8月 14 14:26 generated_lists-rwxrwxr-x 1 root root 581 8月 14 14:26 genfiles*-rw-rw-r-- 1 root root 8.7K 8月 14 14:26 .gitattributes-rw-rw-r-- 1 root root 4.3K 8月 14 14:26 .gitignore-rw-rw-r-- 1 root root 1.2K 8月 14 14:26 header-rw-rw-r-- 1 root root 86K 8月 14 14:26 INSTALL-rw-r--r-- 1 root root 0 8月 14 14:26 install-sh-rw-rw-r-- 1 root root 3.2K 8月 14 14:26 LICENSE-rw-rw-r-- 1 root root 196K 8月 14 14:26 ltmain.shdrwxrwxr-x 3 root root 4.0K 8月 14 14:26 main/-rwxrwxr-x 1 root root 4.1K 8月 14 14:26 makedist*-rw-rw-r-- 1 root root 1.1K 8月 14 14:26 Makefile.frag-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 Makefile.gcov-rw-rw-r-- 1 root root 7.0K 8月 14 14:26 Makefile.global-rw-r--r-- 1 root root 0 8月 14 14:26 missing-rw-r--r-- 1 root root 0 8月 14 14:26 mkinstalldirs-rw-rw-r-- 1 root root 90K 8月 14 14:26 NEWSdrwxrwxr-x 2 root root 96 8月 14 14:26 pear/-rw-rw-r-- 1 root root 1.5K 8月 14 14:26 php7.spec.in-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 php.gif-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-development-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-production-rw-rw-r-- 1 root root 6.9K 8月 14 14:26 README.EXT_SKEL-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.GIT-RULES-rw-rw-r-- 1 root root 5.3K 8月 14 14:26 README.input_filter-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 README.MAILINGLIST_RULES-rw-rw-r-- 1 root root 1.6K 8月 14 14:26 README.md-rw-rw-r-- 1 root root 5.2K 8月 14 14:26 README.NEW-OUTPUT-API-rw-rw-r-- 1 root root 7.4K 8月 14 14:26 README.PARAMETER_PARSING_API-rw-rw-r-- 1 root root 20K 8月 14 14:26 README.REDIST.BINS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.RELEASE_PROCESS-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.SELF-CONTAINED-EXTENSIONS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.STREAMS-rw-rw-r-- 1 root root 8.0K 8月 14 14:26 README.SUBMITTING_PATCH-rw-rw-r-- 1 root root 6.6K 8月 14 14:26 README.TESTING-rw-rw-r-- 1 root root 4.9K 8月 14 14:26 README.TESTING2-rw-rw-r-- 1 root root 4.2K 8月 14 14:26 README.UNIX-BUILD-SYSTEM-rw-rw-r-- 1 root root 115 8月 14 14:26 README.WIN32-BUILD-SYSTEM-rwxrwxr-x 1 root root 84K 8月 14 14:26 run-tests.php*drwxrwxr-x 10 root root 110 8月 14 14:26 sapi/drwxrwxr-x 4 root root 99 8月 14 14:26 scripts/-rwxrwxr-x 1 root root 2.1K 8月 14 14:26 server-tests-config.php*-rwxrwxr-x 1 root root 52K 8月 14 14:26 server-tests.php*-rwxrwxr-x 1 root root 108 8月 14 14:26 snapshot*-rw-rw-r-- 1 root root 10 8月 14 14:26 stamp-h.indrwxrwxr-x 10 root root 133 8月 14 14:26 tests/drwxrwxr-x 3 root root 33 8月 14 14:26 travis/-rw-rw-r-- 1 root root 1.9K 8月 14 14:26 .travis.ymldrwxrwxr-x 3 root root 4.0K 8月 14 14:26 TSRM/-rw-rw-r-- 1 root root 15K 8月 14 14:26 UPGRADING-rw-rw-r-- 1 root root 3.3K 8月 14 14:26 UPGRADING.INTERNALS-rwxrwxr-x 1 root root 159 8月 14 14:26 vcsclean*drwxrwxr-x 3 root root 4.0K 8月 14 14:26 win32/drwxrwxr-x 3 root root 8.0K 8月 14 14:26 Zend/8登录后复制
此时再使用php -m
查看已安装的php扩展,redis已经在扩展列表中
[root/usr/local/src/php-7.2.9]# ll总用量 4.1M-rw-rw-r-- 1 root root 84K 8月 14 14:26 acinclude.m4-rw-r--r-- 1 root root 309K 8月 14 14:26 aclocal.m4drwxrwxr-x 2 root root 78 8月 14 14:26 appveyor/-rw-rw-r-- 1 root root 1.4K 8月 14 14:26 .appveyor.ymldrwxrwxr-x 2 root root 4.0K 8月 14 14:26 build/-rwxrwxr-x 1 root root 772 8月 14 14:26 buildconf*-rw-rw-r-- 1 root root 334 8月 14 14:26 buildconf.bat-rw-rw-r-- 1 root root 12K 8月 14 14:26 CODING_STANDARDS-rw-rw-r-- 1 root root 42K 8月 14 14:26 config.guess-rw-rw-r-- 1 root root 36K 8月 14 14:26 config.sub-rwxr-xr-x 1 root root 2.6M 8月 14 14:26 configure*-rw-rw-r-- 1 root root 46K 8月 14 14:26 configure.ac-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 CONTRIBUTING.md-rw-rw-r-- 1 root root 91 8月 14 14:26 CREDITS-rw-rw-r-- 1 root root 867 8月 14 14:26 .editorconfigdrwxrwxr-x 76 root root 4.0K 8月 14 14:26 ext/-rw-rw-r-- 1 root root 21K 8月 14 14:26 EXTENSIONS-rw-rw-r-- 1 root root 137 8月 14 14:26 footer-rw-rw-r-- 1 root root 13K 8月 14 14:26 .gdbinit-rw-r--r-- 1 root root 1.8K 8月 14 14:26 generated_lists-rwxrwxr-x 1 root root 581 8月 14 14:26 genfiles*-rw-rw-r-- 1 root root 8.7K 8月 14 14:26 .gitattributes-rw-rw-r-- 1 root root 4.3K 8月 14 14:26 .gitignore-rw-rw-r-- 1 root root 1.2K 8月 14 14:26 header-rw-rw-r-- 1 root root 86K 8月 14 14:26 INSTALL-rw-r--r-- 1 root root 0 8月 14 14:26 install-sh-rw-rw-r-- 1 root root 3.2K 8月 14 14:26 LICENSE-rw-rw-r-- 1 root root 196K 8月 14 14:26 ltmain.shdrwxrwxr-x 3 root root 4.0K 8月 14 14:26 main/-rwxrwxr-x 1 root root 4.1K 8月 14 14:26 makedist*-rw-rw-r-- 1 root root 1.1K 8月 14 14:26 Makefile.frag-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 Makefile.gcov-rw-rw-r-- 1 root root 7.0K 8月 14 14:26 Makefile.global-rw-r--r-- 1 root root 0 8月 14 14:26 missing-rw-r--r-- 1 root root 0 8月 14 14:26 mkinstalldirs-rw-rw-r-- 1 root root 90K 8月 14 14:26 NEWSdrwxrwxr-x 2 root root 96 8月 14 14:26 pear/-rw-rw-r-- 1 root root 1.5K 8月 14 14:26 php7.spec.in-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 php.gif-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-development-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-production-rw-rw-r-- 1 root root 6.9K 8月 14 14:26 README.EXT_SKEL-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.GIT-RULES-rw-rw-r-- 1 root root 5.3K 8月 14 14:26 README.input_filter-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 README.MAILINGLIST_RULES-rw-rw-r-- 1 root root 1.6K 8月 14 14:26 README.md-rw-rw-r-- 1 root root 5.2K 8月 14 14:26 README.NEW-OUTPUT-API-rw-rw-r-- 1 root root 7.4K 8月 14 14:26 README.PARAMETER_PARSING_API-rw-rw-r-- 1 root root 20K 8月 14 14:26 README.REDIST.BINS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.RELEASE_PROCESS-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.SELF-CONTAINED-EXTENSIONS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.STREAMS-rw-rw-r-- 1 root root 8.0K 8月 14 14:26 README.SUBMITTING_PATCH-rw-rw-r-- 1 root root 6.6K 8月 14 14:26 README.TESTING-rw-rw-r-- 1 root root 4.9K 8月 14 14:26 README.TESTING2-rw-rw-r-- 1 root root 4.2K 8月 14 14:26 README.UNIX-BUILD-SYSTEM-rw-rw-r-- 1 root root 115 8月 14 14:26 README.WIN32-BUILD-SYSTEM-rwxrwxr-x 1 root root 84K 8月 14 14:26 run-tests.php*drwxrwxr-x 10 root root 110 8月 14 14:26 sapi/drwxrwxr-x 4 root root 99 8月 14 14:26 scripts/-rwxrwxr-x 1 root root 2.1K 8月 14 14:26 server-tests-config.php*-rwxrwxr-x 1 root root 52K 8月 14 14:26 server-tests.php*-rwxrwxr-x 1 root root 108 8月 14 14:26 snapshot*-rw-rw-r-- 1 root root 10 8月 14 14:26 stamp-h.indrwxrwxr-x 10 root root 133 8月 14 14:26 tests/drwxrwxr-x 3 root root 33 8月 14 14:26 travis/-rw-rw-r-- 1 root root 1.9K 8月 14 14:26 .travis.ymldrwxrwxr-x 3 root root 4.0K 8月 14 14:26 TSRM/-rw-rw-r-- 1 root root 15K 8月 14 14:26 UPGRADING-rw-rw-r-- 1 root root 3.3K 8月 14 14:26 UPGRADING.INTERNALS-rwxrwxr-x 1 root root 159 8月 14 14:26 vcsclean*drwxrwxr-x 3 root root 4.0K 8月 14 14:26 win32/drwxrwxr-x 3 root root 8.0K 8月 14 14:26 Zend/9登录后复制
3. 安装xdebug扩展实例
从 pecl.php.net 下载 xdebug-2.6.1 扩展,并解压缩
[root/usr/local/src/php-7.2.9]# yum -y install gcc gcc++ libxml2-devel libicu-devel0登录后复制
在解压缩的扩展目录下执行phpize
[root/usr/local/src/php-7.2.9]# yum -y install gcc gcc++ libxml2-devel libicu-devel1登录后复制
configure 配置编译参数
[root/usr/local/src/xdebug-2.6.1]# [root/usr/local/src/php-7.2.9]# ll总用量 4.1M-rw-rw-r-- 1 root root 84K 8月 14 14:26 acinclude.m4-rw-r--r-- 1 root root 309K 8月 14 14:26 aclocal.m4drwxrwxr-x 2 root root 78 8月 14 14:26 appveyor/-rw-rw-r-- 1 root root 1.4K 8月 14 14:26 .appveyor.ymldrwxrwxr-x 2 root root 4.0K 8月 14 14:26 build/-rwxrwxr-x 1 root root 772 8月 14 14:26 buildconf*-rw-rw-r-- 1 root root 334 8月 14 14:26 buildconf.bat-rw-rw-r-- 1 root root 12K 8月 14 14:26 CODING_STANDARDS-rw-rw-r-- 1 root root 42K 8月 14 14:26 config.guess-rw-rw-r-- 1 root root 36K 8月 14 14:26 config.sub-rwxr-xr-x 1 root root 2.6M 8月 14 14:26 configure*-rw-rw-r-- 1 root root 46K 8月 14 14:26 configure.ac-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 CONTRIBUTING.md-rw-rw-r-- 1 root root 91 8月 14 14:26 CREDITS-rw-rw-r-- 1 root root 867 8月 14 14:26 .editorconfigdrwxrwxr-x 76 root root 4.0K 8月 14 14:26 ext/-rw-rw-r-- 1 root root 21K 8月 14 14:26 EXTENSIONS-rw-rw-r-- 1 root root 137 8月 14 14:26 footer-rw-rw-r-- 1 root root 13K 8月 14 14:26 .gdbinit-rw-r--r-- 1 root root 1.8K 8月 14 14:26 generated_lists-rwxrwxr-x 1 root root 581 8月 14 14:26 genfiles*-rw-rw-r-- 1 root root 8.7K 8月 14 14:26 .gitattributes-rw-rw-r-- 1 root root 4.3K 8月 14 14:26 .gitignore-rw-rw-r-- 1 root root 1.2K 8月 14 14:26 header-rw-rw-r-- 1 root root 86K 8月 14 14:26 INSTALL-rw-r--r-- 1 root root 0 8月 14 14:26 install-sh-rw-rw-r-- 1 root root 3.2K 8月 14 14:26 LICENSE-rw-rw-r-- 1 root root 196K 8月 14 14:26 ltmain.shdrwxrwxr-x 3 root root 4.0K 8月 14 14:26 main/-rwxrwxr-x 1 root root 4.1K 8月 14 14:26 makedist*-rw-rw-r-- 1 root root 1.1K 8月 14 14:26 Makefile.frag-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 Makefile.gcov-rw-rw-r-- 1 root root 7.0K 8月 14 14:26 Makefile.global-rw-r--r-- 1 root root 0 8月 14 14:26 missing-rw-r--r-- 1 root root 0 8月 14 14:26 mkinstalldirs-rw-rw-r-- 1 root root 90K 8月 14 14:26 NEWSdrwxrwxr-x 2 root root 96 8月 14 14:26 pear/-rw-rw-r-- 1 root root 1.5K 8月 14 14:26 php7.spec.in-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 php.gif-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-development-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-production-rw-rw-r-- 1 root root 6.9K 8月 14 14:26 README.EXT_SKEL-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.GIT-RULES-rw-rw-r-- 1 root root 5.3K 8月 14 14:26 README.input_filter-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 README.MAILINGLIST_RULES-rw-rw-r-- 1 root root 1.6K 8月 14 14:26 README.md-rw-rw-r-- 1 root root 5.2K 8月 14 14:26 README.NEW-OUTPUT-API-rw-rw-r-- 1 root root 7.4K 8月 14 14:26 README.PARAMETER_PARSING_API-rw-rw-r-- 1 root root 20K 8月 14 14:26 README.REDIST.BINS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.RELEASE_PROCESS-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.SELF-CONTAINED-EXTENSIONS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.STREAMS-rw-rw-r-- 1 root root 8.0K 8月 14 14:26 README.SUBMITTING_PATCH-rw-rw-r-- 1 root root 6.6K 8月 14 14:26 README.TESTING-rw-rw-r-- 1 root root 4.9K 8月 14 14:26 README.TESTING2-rw-rw-r-- 1 root root 4.2K 8月 14 14:26 README.UNIX-BUILD-SYSTEM-rw-rw-r-- 1 root root 115 8月 14 14:26 README.WIN32-BUILD-SYSTEM-rwxrwxr-x 1 root root 84K 8月 14 14:26 run-tests.php*drwxrwxr-x 10 root root 110 8月 14 14:26 sapi/drwxrwxr-x 4 root root 99 8月 14 14:26 scripts/-rwxrwxr-x 1 root root 2.1K 8月 14 14:26 server-tests-config.php*-rwxrwxr-x 1 root root 52K 8月 14 14:26 server-tests.php*-rwxrwxr-x 1 root root 108 8月 14 14:26 snapshot*-rw-rw-r-- 1 root root 10 8月 14 14:26 stamp-h.indrwxrwxr-x 10 root root 133 8月 14 14:26 tests/drwxrwxr-x 3 root root 33 8月 14 14:26 travis/-rw-rw-r-- 1 root root 1.9K 8月 14 14:26 .travis.ymldrwxrwxr-x 3 root root 4.0K 8月 14 14:26 TSRM/-rw-rw-r-- 1 root root 15K 8月 14 14:26 UPGRADING-rw-rw-r-- 1 root root 3.3K 8月 14 14:26 UPGRADING.INTERNALS-rwxrwxr-x 1 root root 159 8月 14 14:26 vcsclean*drwxrwxr-x 3 root root 4.0K 8月 14 14:26 win32/drwxrwxr-x 3 root root 8.0K 8月 14 14:26 Zend/0登录后复制
编译安装
[root/usr/local/src/xdebug-2.6.1]# [root/usr/local/src/php-7.2.9]# ll总用量 4.1M-rw-rw-r-- 1 root root 84K 8月 14 14:26 acinclude.m4-rw-r--r-- 1 root root 309K 8月 14 14:26 aclocal.m4drwxrwxr-x 2 root root 78 8月 14 14:26 appveyor/-rw-rw-r-- 1 root root 1.4K 8月 14 14:26 .appveyor.ymldrwxrwxr-x 2 root root 4.0K 8月 14 14:26 build/-rwxrwxr-x 1 root root 772 8月 14 14:26 buildconf*-rw-rw-r-- 1 root root 334 8月 14 14:26 buildconf.bat-rw-rw-r-- 1 root root 12K 8月 14 14:26 CODING_STANDARDS-rw-rw-r-- 1 root root 42K 8月 14 14:26 config.guess-rw-rw-r-- 1 root root 36K 8月 14 14:26 config.sub-rwxr-xr-x 1 root root 2.6M 8月 14 14:26 configure*-rw-rw-r-- 1 root root 46K 8月 14 14:26 configure.ac-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 CONTRIBUTING.md-rw-rw-r-- 1 root root 91 8月 14 14:26 CREDITS-rw-rw-r-- 1 root root 867 8月 14 14:26 .editorconfigdrwxrwxr-x 76 root root 4.0K 8月 14 14:26 ext/-rw-rw-r-- 1 root root 21K 8月 14 14:26 EXTENSIONS-rw-rw-r-- 1 root root 137 8月 14 14:26 footer-rw-rw-r-- 1 root root 13K 8月 14 14:26 .gdbinit-rw-r--r-- 1 root root 1.8K 8月 14 14:26 generated_lists-rwxrwxr-x 1 root root 581 8月 14 14:26 genfiles*-rw-rw-r-- 1 root root 8.7K 8月 14 14:26 .gitattributes-rw-rw-r-- 1 root root 4.3K 8月 14 14:26 .gitignore-rw-rw-r-- 1 root root 1.2K 8月 14 14:26 header-rw-rw-r-- 1 root root 86K 8月 14 14:26 INSTALL-rw-r--r-- 1 root root 0 8月 14 14:26 install-sh-rw-rw-r-- 1 root root 3.2K 8月 14 14:26 LICENSE-rw-rw-r-- 1 root root 196K 8月 14 14:26 ltmain.shdrwxrwxr-x 3 root root 4.0K 8月 14 14:26 main/-rwxrwxr-x 1 root root 4.1K 8月 14 14:26 makedist*-rw-rw-r-- 1 root root 1.1K 8月 14 14:26 Makefile.frag-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 Makefile.gcov-rw-rw-r-- 1 root root 7.0K 8月 14 14:26 Makefile.global-rw-r--r-- 1 root root 0 8月 14 14:26 missing-rw-r--r-- 1 root root 0 8月 14 14:26 mkinstalldirs-rw-rw-r-- 1 root root 90K 8月 14 14:26 NEWSdrwxrwxr-x 2 root root 96 8月 14 14:26 pear/-rw-rw-r-- 1 root root 1.5K 8月 14 14:26 php7.spec.in-rw-rw-r-- 1 root root 2.5K 8月 14 14:26 php.gif-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-development-rw-rw-r-- 1 root root 69K 8月 14 14:26 php.ini-production-rw-rw-r-- 1 root root 6.9K 8月 14 14:26 README.EXT_SKEL-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.GIT-RULES-rw-rw-r-- 1 root root 5.3K 8月 14 14:26 README.input_filter-rw-rw-r-- 1 root root 3.4K 8月 14 14:26 README.MAILINGLIST_RULES-rw-rw-r-- 1 root root 1.6K 8月 14 14:26 README.md-rw-rw-r-- 1 root root 5.2K 8月 14 14:26 README.NEW-OUTPUT-API-rw-rw-r-- 1 root root 7.4K 8月 14 14:26 README.PARAMETER_PARSING_API-rw-rw-r-- 1 root root 20K 8月 14 14:26 README.REDIST.BINS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.RELEASE_PROCESS-rw-rw-r-- 1 root root 5.0K 8月 14 14:26 README.SELF-CONTAINED-EXTENSIONS-rw-rw-r-- 1 root root 15K 8月 14 14:26 README.STREAMS-rw-rw-r-- 1 root root 8.0K 8月 14 14:26 README.SUBMITTING_PATCH-rw-rw-r-- 1 root root 6.6K 8月 14 14:26 README.TESTING-rw-rw-r-- 1 root root 4.9K 8月 14 14:26 README.TESTING2-rw-rw-r-- 1 root root 4.2K 8月 14 14:26 README.UNIX-BUILD-SYSTEM-rw-rw-r-- 1 root root 115 8月 14 14:26 README.WIN32-BUILD-SYSTEM-rwxrwxr-x 1 root root 84K 8月 14 14:26 run-tests.php*drwxrwxr-x 10 root root 110 8月 14 14:26 sapi/drwxrwxr-x 4 root root 99 8月 14 14:26 scripts/-rwxrwxr-x 1 root root 2.1K 8月 14 14:26 server-tests-config.php*-rwxrwxr-x 1 root root 52K 8月 14 14:26 server-tests.php*-rwxrwxr-x 1 root root 108 8月 14 14:26 snapshot*-rw-rw-r-- 1 root root 10 8月 14 14:26 stamp-h.indrwxrwxr-x 10 root root 133 8月 14 14:26 tests/drwxrwxr-x 3 root root 33 8月 14 14:26 travis/-rw-rw-r-- 1 root root 1.9K 8月 14 14:26 .travis.ymldrwxrwxr-x 3 root root 4.0K 8月 14 14:26 TSRM/-rw-rw-r-- 1 root root 15K 8月 14 14:26 UPGRADING-rw-rw-r-- 1 root root 3.3K 8月 14 14:26 UPGRADING.INTERNALS-rwxrwxr-x 1 root root 159 8月 14 14:26 vcsclean*drwxrwxr-x 3 root root 4.0K 8月 14 14:26 win32/drwxrwxr-x 3 root root 8.0K 8月 14 14:26 Zend/1登录后复制
查看编译好的扩展文件 redis.so
,已经自动复制到php扩展目录下
[root/usr/local/src/php-7.2.9]# yum -y install gcc gcc++ libxml2-devel libicu-devel4登录后复制
编辑 php.ini
,添加 zend_extension=xdebug
[root/usr/local/src/php-7.2.9]# yum -y install gcc gcc++ libxml2-devel libicu-devel5登录后复制
此时再使用php -m
查看已安装的php扩展,xdebug已经在扩展列表中
[root/usr/local/src/php-7.2.9]# yum -y install gcc gcc++ libxml2-devel libicu-devel6登录后复制
本文转载自:https://segmentfault.com/a/1190000016080151
更多编程相关内容,请关注9543建站博客编程入门栏目!
以上就是如何安装PHP7及其扩展?的详细内容,更多请关注9543建站博客其它相关文章!
发表评论