Home >Backend Development >PHP Tutorial >DirectAdmin将PHP5.3降级为PHP5.2

DirectAdmin将PHP5.3降级为PHP5.2

WBOY
WBOYOriginal
2016-06-20 12:45:28875browse

因为PHP5.3和zend3.3不是非常兼容,所以我们建议将PHP5.3降级为PHP5.2使用。
具体方法如下:
# cd /usr/local/directadmin/custombuild
# ./build clean
# ./build set php5_ver 5.2
# ./build php n
# service httpd restart
然后重新安装zend。

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn