» Version | » Information |
---|---|
2023-11-01 stable |
|
2022-01-06 stable |
|
2021-07-12 stable |
|
2020-09-24 stable |
|
2020-08-01 stable |
|
2020-07-26 stable |
|
2016-02-13 stable |
|
2014-01-16 stable |
|
2014-01-13 stable |
|
2012-04-08 stable |
|
2012-04-07 stable |
|
2011-10-20 stable |
|
2011-10-01 beta |
|
2011-05-06 beta |
|
2011-04-03 beta |
|
2011-03-25 beta |
|
2011-02-27 beta |
|
2011-02-14 alpha |
|
2010-04-21 alpha |
|
2009-11-21 alpha |
|
2009-11-18 alpha |
|
2009-09-14 alpha |
|
2009-05-03 alpha |
|
2009-01-28 alpha |
|
0.2.0 |
Easy InstallNot sure? Get more info. pear install HTTP_Request2-0.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTTP_Request2-0.2.0 Release date: 2009-01-07 14:31 UTC Release state: alpha Release uploaded by: avb Changelog: API changes: * HTTP_Request2::getConfigValue() is deprecated and will be removed in next release. Use HTTP_Request2::getConfig(). * Changed HTTP_Request2::setConfig() to accept a pair of parameter name and parameter value in addition to array('parameter name' => 'value') * Added HTTP_Request2::getConfig() method that can return a single configuration parameter or the whole configuration array Other additions and changes: * Added a debug Observer that can log request progress to a file or an instance of PEAR::Log (thanks to David Jean Louis, request #15424) * Added a new 'timeout' parameter that limits total number of seconds a request can take (see requests #5735 and #8964) * Added various SSL protocol options: 'ssl_verify_peer', 'ssl_verify_host', 'ssl_cafile', 'ssl_capath', 'ssl_local_cert', 'ssl_passphrase'. Note that 'ssl_verify_host' option behaves differently in Socket and Curl Adapters: http://bugs.php.net/bug.php?id=47030 Fixes: * Fixed 'data error' when processing response encoded by 'deflate' encoding (bug #15305) * Curl Adapter now passes full request headers in 'sentHeaders' event Dependencies:
|
2008-11-17 alpha |