Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 12.0.1 » SQL Anywhere 服务器 - 编程 » PHP 支持 » SQL Anywhere PHP 扩展 » 如何在 UNIX 和 Mac OS X 上构建 SQL Anywhere PHP 扩展

 

编译 Apache 和 PHP

PHP 可作为 Web 服务器(如 Apache)或 CGI 可执行程序的共享模块进行编译。如果正在使用 PHP 不支持的 Web 服务器,或者希望在命令 shell 中而不在 Web 页上执行 PHP 脚本,则应将 PHP 作为 CGI 可执行文件进行编译。否则,如果希望安装 PHP 以与 Apache 配合使用,则需将它作为 Apache 模块进行编译。

 另请参见

将 PHP 作为 Apache 模块进行编译
将 PHP 作为 CGI 可执行文件进行编译