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

DirectAdmin将PHP5.3降级为PHP5.2

WBOY
Release: 2016-06-20 12:45:28
Original
870 people have browsed it

因为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。

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template