安装php5.3.27的步骤和配置
下载和上传php安装包
在上一篇经验中已经提到过如何下载php安装包,这里不再重复。下载完成后,使用rz命令将其上传至服务器。
解压和进入目录
1. 使用以下命令进入`/home/oldboy/tools`目录,并上传php软件包。
2. 解压php压缩包,并进入解压后的目录。
配置php参数
以下是小编提供的配置参数,仅供参考。由于每个人的安装路径可能不同,请根据自己的情况进行配置。具体配置如下:
```
./configure --prefix/application/php5.3.27 --with-mysql/application/mysql --with-iconv-dir/usr/local/libiconv --with-freetype-dir --with-jpeg-dir --with-png-dir --with-zlib --with-libxml-dir/usr --enable-xml --disable-rpath --enable-safe-mode --enable-bcmath --enable-shmop --enable-sysvsem --enable-inline-optimization --with-curl --with-curlwrappers --enable-mbregex --enable-fpm --enable-mbstring --with-mcrypt --with-gd --enable-gd-native-ttf --with-openssl --with-mhash --enable-sockets --with-xmlrpc --enable-zip --enable-soap --enable-short-tags --enable-zend-multibyte --enable-static --with-xsl --with-fpm-usernginx --with-fpm-groupnginx --enable-ftp
```
如果配置成功,会出现下图所示的提示。
编译php
编译php需要一些时间,请耐心等待。
安装php文件到系统
完成编译后,将生成的php文件安装到系统中。
配置php引擎
首先,设置便于访问的软连接。
然后,将php配置文件拷贝到默认目录,并将其命名为。
配置php服务(FASTCGI)
编辑配置文件,并启动php服务。
版权声明:本文内容由互联网用户自发贡献,本站不承担相关法律责任.如有侵权/违法内容,本站将立刻删除。