CustomBuild 1.x

If you’re running php 5.2 in either cli or cgi (suphp), and would like 5.3 instead, you can do so with the following commands:

cd /usr/local/directadmin/custombuild
./build set php5_ver 5.3
./build update
./build php n
./build rewrite_confs

Note that there are changes between these versions and not all scripts will be 100% compatible. See the migration instructions for information on what has changed and if any other actions are required on your part.

CustomBuild 2.0

If you’re looking to change php versions in CustomBuild 2.0, say from php 5.5 to php 5.3, you’d type:

cd /usr/local/directadmin/custombuild
./build set php1_release 5.3
./build update
./build php n
./build rewrite_confs

CustomBuild 2.0 支持 php 5.3或更高版本

声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。