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
-11
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