Changelog for
php5-pecl_http-devel-1.7.5-1.5.i586.rpm :
Sun May 5 14:00:00 2013 crrodriguezAATTopensuse.org
- Version 1.7.5 Fix build in php 5.4
Mon Aug 8 14:00:00 2011 crrodriguezAATTopensuse.org
- Fix configure script
Sat May 7 14:00:00 2011 crrodriguezAATTopensuse.org
- Update to version 1.7.1
* Fixed a bug when the status component of the HTTP response is missing (fixes Bug #19390) (Ilia)
* Fixed double-free when auto-decompressing pages (Ilia)
* Fixed non-funtional HttpMessage::setResponseStatus()
* Fixed Bug #22177 (http_redirect breaks output with zlib.output_compression=on)
* Fixed Bug #17806 (Segmentation fault when passing invalid url to http_get())
* Fixed logic error and possible hang in sapi_deactivate when using http_get_request_body() with a request body longer than 4096 bytes (Rob)
* Fixed Bug #17896 (Make failed)
Fri Apr 9 14:00:00 2010 crrodriguezAATTopensuse.org
- support GCC visbility
Fri Apr 2 14:00:00 2010 crrodriguezAATTopensuse.org
- update to 1.7.0b2
Mon Sep 28 14:00:00 2009 crrodriguezAATTopensuse.org
- cleanup spec file a bit
Sun Aug 16 14:00:00 2009 crrodriguezAATTsuse.de
- use new versioning macros when possible
Mon May 11 14:00:00 2009 crrodriguezAATTsuse.de
- compiler wasnt to blame
Mon May 11 14:00:00 2009 crrodriguezAATTsuse.de
- try with no optimization
Sun May 10 14:00:00 2009 crrodriguezAATTsuse.de
- update to version 1.7.0b1
* Implement Request #14408 (Add a customizable timeout for HttpRequestPool::socketSelect)
* Implement Request #15775 (recursive http_request_body_encode)
* Added request options:
- postredir: enforcing RFC conformig POST after redirect (libcurl >= 7.17.1)
- address_scope: RFC4007 zone_id (libcurl >= 7.19.0)
- ssl->issuercert: validate peer certificate issuer (libcurl >= 7.19.0)
- ssl->crlfile: require CRL check (libcurl >= 7.19.0 with openssl)
- ssl->certinfo: enable the certinfo gatherer (libcurl >= 7.19.1 with openssl)
* Added proxytype request option constants:
- HTTP_PROXY_SOCKS4A
- HTTP_PROXY_SOCKS5_HOSTNAME
* Added request info members:
- redirect_url (libcurl >= 7.18.2)
- primary_ip (libcurl >= 7.19.0)
- appconnect_time (libcurl >= 7.19.0)
- certinfo (libcurl >= 7.19.1 with openssl)