Download List

Descripción del Proyecto

PHP HTTP protocol client is a PHP class for making HTTP requests. It can establish connections via SOCKS or proxy servers and establish secure connections (HTTPS) with optional SSL client certificates. It supports HTTP Basic, HTTP Digest, and NTLM (Windows or Samba) authentication mechanisms. It submits POST requests with user-defined form values, file uploading, or with user-defined request bodies. It handles cookies and automatic redirection handling. There is an addon class that logs in to Yahoo! and executes actions on behalf of the user, like exporting the address book or sending invitations to Yahoo! groups.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-10-09 04:31
2012.10.05

Esta versión agrega soporte para deshabilitar la autenticación SASL así que puede realizar autorización OAuth sin preguntar para bibliotecas SASL.
This release adds support to disable SASL authentication so it can perform OAuth authorization without prompting for SASL libraries.

2011-11-23 20:48
2011.11.23

Esta versión agrega soporte para devolver códigos de error numérico para permitir que la aplicación a tratar errores de acceso HTTP segun el tipo de error. También corrige el manejo incorrecto redirección URL devuelta por los encabezados de respuesta de ubicación.
This release adds support for returning numeric error codes to let the application treat HTTP access errors according to the type of error. It also fixes the handling of malformed redirection URLs returned by the Location response headers.

2011-08-15 20:51
2011.08.14

Esta versión corrige un error en la conexión a servidores SSL que le impidió trabajar con servidores con máquinas virtuales SSL. Asimismo, establece la creación del nombre de usuario cuando se conecta a un servidor a través de un CALCETINES 4 proxy.
This release fixes a bug in the connection to SSL servers that prevented it from working with servers with SSL virtual hosts. It also fixes the setting of the user name when connecting to a server via a SOCKS 4 proxy.

2011-01-27 21:37
2011.01.26

Esta versión corrige un error en el manejo de las cookies, debido a mayúsculas y minúsculas los nombres de atributo de cookie. También agrega una nueva función que puede leer toda la respuesta HTTP partes del cuerpo en una sola llamada. También se incluye soporte para fijar el valor del encabezado Accept para ser enviados en todas las cabeceras de solicitud, incluyendo peticiones redireccionadas y autenticado. Ahora también es posible para volcar la información de depuración a un archivo en lugar de la salida del script.
This release fixes a bug in handling cookies due to case sensitive cookie attribute names. It also adds a new function that can read whole HTTP reply body parts in a single call. It also adds support to set the Accept header value to be sent in all request headers, including redirected and authenticated requests. Now it is also possible to dump debug information to a file instead of the script output.

2009-09-08 17:22
2009.09.02

La clase se cambió para evitar el uso de funciones de expresiones regulares POSIX, que son obsoletas a partir de PHP 5.3. También corrige automáticamente las direcciones URL con formato incorrecto que contienen espacios.
The class was changed to avoid using POSIX regular expression functions, which are deprecated since PHP 5.3. It also automatically fixes malformed URLs that contain spaces.

Project Resources