在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
1、下载php
2、解压php压缩包 tar zxvf php- 7.2 . 7 .tar.gz
3、cd到解压目录执行
./configure --prefix=/usr/local/php7.2 --with-curl --with-freetype-dir --with-gd
--with-gettext --with-iconv-dir --with-kerberos --with-libdir=lib64 --with-libxml-dir --with-mysqli --with-openssl --with-pcre-regex --with-pdo-mysql --with-pdo-sqlite --with-pear --with-png-dir --with-xmlrpc --with-xsl --with-zlib --enable-fpm --enable-bcmath --enable-libxml --enable-inline-optimization --enable-mbregex --enable-mbstring --enable-opcache --enable-pcntl --enable-shmop --enable-soap --enable-sockets --enable-sysvsem --enable-xml --enable-zip --enable-calendar 如果有配置错误,需要安装模块,yum安装就好了。 yum -y install libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel MySQL pcre-devel openssl openssl-devel curl-devel libxslt-devel 然后在重新安装 最后就是 make make install cp php.ini-production /usr/local/php7.2/etc/php.ini cp /usr/local/php7.2/etc/php-fpm.conf.default.conf php-fpm.conf 保存配置文件后,检验配置是否正确的方法为:
如果出现诸如 “test is successful” 字样,说明配置没有问题。 /usr/local/php7.2/sbin/php-fpm 检测是否启动: ps -ef |grep php-fpm 说明启动成功。 到此就结束了。 4、把PHP加入环境变量 在文件末尾加上如下两行代码 然后执行命令 查看php版本 php -v |
2022-08-16
2022-09-04
2022-08-17
2022-08-12
2022-08-15
请发表评论