下面小编就为大家带来一篇讲php7.4.1安装,php7.4.1编译参数,centos安装php7.4.1依赖。小编觉得挺不错的,现在就分享给大家,如果你在找linux安装php7.4.1,centos安装php7.4.1,安装php7.4.1依赖,也可以做个交流。一起跟随小编过来看看吧。
php7.4.1安装,php7.4.1编译参数,centos安装php7.4.1依赖
作者:小程序爱好者 发布时间:2020-01-15
php7.4.1出来有一段时间了,
安装时,
跟以前的版本还是有些区别,
特别是一些编译参数有变动,
有的朋友在安装时经常遇到错误,
无法正确安装。
下面是子恒老师在centos系统上安装php7.4.1时的主要操作,
你可以参考下
1) yum 安装php7.4.1依赖
yum -y install gcc gcc-c++ make autoconf automake libxml2 libxml2-devel \
openssl openssl-devel bzip2 \
bzip2-devel libcurl libcurl-devel libjpeg libjpeg-devel libpng \
libpng-devel freetype freetype-devel gmp gmp-devel libmcrypt \
libmcrypt-devel readline readline-devel libxslt libxslt-devel \
zlib zlib-deve libsqlite3x-devel oniguruma-devel libwebp-tools
2) centos编译php7.4.1使用的参数
./configure \
--prefix=/usr/local/php \
--enable-fpm \
--disable-rpath \
--enable-shared \
--enable-soap \
--with-xmlrpc \
--with-openssl \
--with-mhash \
--with-external-pcre \
--with-pcre-jit \
--with-zlib \
--enable-bcmath \
--with-iconv \
--with-bz2 \
--enable-calendar \
--with-curl \
--enable-exif \
--enable-ftp \
--with-external-gd \
--with-openssl-dir \
--with-jpeg \
--with-zlib-dir \
--with-freetype \
--enable-gd-jis-conv \
--with-gettext \
--with-gmp \
--with-mhash \
--enable-mbstring \
--with-mysqli=mysqlnd \
--with-pdo-mysql=mysqlnd \
--enable-shmop \
--with-readline \
--enable-sockets \
--enable-sysvmsg \
--enable-sysvsem \
--enable-sysvshm \
--with-xsl \
--enable-exif \
--with-kerberos \
--with-imap-ssl \
--with-pear
猛击这里,
观看子恒老师《微信小程序支付项目开发》系列视频
了解实现过程和下载相关源代码
声明:部分文章或图片未能及时与原作者取得联系,若来源标注错误或侵犯到您的权益烦请告知QQ:2334512685,我们会及时删除。
发布:秦子恒博客,欢迎转载分享,请保留出处。
php7.4.1安装,php7.4.1编译参数,centos安装php7.4.1依赖链接:https://www.qinziheng.com/details/8886/
php7.4.1安装,php7.4.1编译参数,centos安装php7.4.1依赖相关文章