Overview
KB
Technical FAQ
PHP Manual
CSS2 Manual
HTML Manual
JS Guide
JS Reference
PhpDock Manual
Nu-Coder Manual
PhpExpress Manual
PHP Joomla
Development
Learn PHP
 
<httpConfiguration>
Last updated: Sun, 01 Apr 2007

Installation

(no version information, might be only in CVS)

Installation -- Installing and configuring the HTTP extension

Installation

This PECL extension is not bundled with PHP.

Information for installing this PECL extension may be found in the manual chapter titled Installation of PECL extensions. Additional information such as new releases, downloads, source files, maintainer information, and a CHANGELOG, can be located here: http://pecl.php.net/package/pecl_http.

You may download this PECL extension DLL from the PHP Downloads page or at http://snaps.php.net/.

Installation requirements on Windows

In order to be able to load this extension on Windows, you additionally need to load the following PHP extensions: hash, iconv, SPL.

Installation requirements on other platforms

The extension must be built with libcurl support to enable request functionality (--with-http-curl-requests). A library version equal or greater to v7.12.3 is required.

To enable support for sending and receiving compressed responses, the extension must be built with zlib support (--with-http-zlib-compression). A library version equal or greater than v1.2.2 is required.

Content type quessing can be enabled by building this extension with libmagic support (--with-http-magic-mime).




<httpConfiguration>
Last updated: Sun, 01 Apr 2007