PHP Velho Oeste 2024

Installation/Configuration

安装

» PECL 扩展未与 PHP 捆绑。

安装此 PECL 扩展相关的信息可在手册中标题为 PECL 扩展的安装章节中找到。更多信息如新的发行版本、下载、源文件、 维护人员信息及变更日志等,都在此处: » http://pecl.php.net/package/pecl_http.

Note: The official name of this extension is pecl_http.

PECL 扩展的 DLL 当前不可用。参见 在 Windows 上构建章节。

add a note add a note

User Contributed Notes 1 note

up
0
Jean-Lou Dupont
16 years ago
Don't forget to copy ''http.so'' in the php/modules directory and add ''extension=http.so'' to php.ini.
To Top