设置方法_PHP

WBOY
Release: 2016-06-01 12:39:36
Original
950 people have browsed it

这里有两种方法来设置PHP3

1.使用跟随PHP3而来的“setup”脚本语言。该脚本语言会询问用户一系列的问题(大多数类似于PHP/FI 2.0的“install”脚本语言)在最后运行“configure”。要运行这个脚本,请输入:“./setup”。

这个脚本还将建立一个叫做“do-conf”的文件,这个文件将要传到设置里面去的数据。您可以编辑这个文件以改变一些设置(仅仅是一些)而无须重新运行setup程序。然后,输入:“./do-conf”使用这些选项来设置。

2.手动的运行设置。查看您可以使用的设置选项,请输入:“./configure --help”。

不同设置的详细资料将在下面列出。

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