Installation
(No version information available, might be only in CVS)
Installation — Installing the HTTP extension
Instalarea
Această extensie » PECL nu este încorporată în PHP.
InformaÅ£ie despre instalarea acestei extensii PECL poate fi găsită în capitolul manualului, întitulat Instalarea extensiilor PECL. InformaÅ£ii adiÅ£ionale, cum ar fi lansări noi, descărcări, fiÅŸiere-sursă, informaÅ£ii despre persoana care întreÅ£ine extensia ÅŸi istoria schimbărilor poate fi localizată aici: » https://pecl.php.net/package/pecl_http.
Notă: The official name of this extension is pecl_http.
Biblioteca DLL pentru această extensie PECL poate fi descărcată de pe pagina » PHP Downloads sau de pe » https://pecl4win.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 ÅŸi 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).