http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of http_oauthThe latest releases for the package http_oauthHTTP_OAuth 0.3.2
http://pear.php.net/package/HTTP_OAuth/download/0.3.2/
New features and bugs fixed:<br />
* Fixed PEAR #20426. Authorization header values parsed incorrectly<br />
* Added composer support.
2016-01-08T10:47:35-05:00gauthiermHTTP_OAuth 0.3.1
http://pear.php.net/package/HTTP_OAuth/download/0.3.1/
API changes:<br />
* added $body parameter to HTTP_OAuth_Provider::__construct()<br />
* added HTTP_OAuth_Provider::setBody()<br />
* renamed HTTP_OAuth_Provider::getPostData() to getBody()<br />
* made HTTP_OAuth_Provider::getBody() public<br />
<br />
New features and bugs fixed:<br />
* Fixed PEAR #17806. DELETE method is not supported.<br />
* Fixed PEAR #18574. Avoid try-catch-rethrow.<br />
* Fixed PEAR #18701. Only variables should be passed by reference.<br />
* Fixed PEAR #18425. Array keys not decoded in HTTP_OAuth_Provider.<br />
* Fixed PEAR #18431. Handle PUT requests better in HTTP_OAuth_Provider.<br />
* Fixed PEAR #20106. rawBodyData always included in provider request.<br />
* Fixed PEAR #20107. Handle multiple query params with same name as array.<br />
* Added LICENSE file.<br />
* Include README in package file.<br />
* Fixed reset() call in MessageTest in unit tests.
2013-11-05T20:16:21-05:00gauthiermHTTP_OAuth 0.3.0
http://pear.php.net/package/HTTP_OAuth/download/0.3.0/
API changes:<br />
* added $body parameter to HTTP_OAuth_Provider::__construct()<br />
* added HTTP_OAuth_Provider::setBody()<br />
* renamed HTTP_OAuth_Provider::getPostData() to getBody()<br />
* made HTTP_OAuth_Provider::getBody() public<br />
<br />
New features and bugs fixed:<br />
* Fixed PEAR #17806. DELETE method is not supported.<br />
* Fixed PEAR #18574. Avoid try-catch-rethrow.<br />
* Fixed PEAR #18701. Only variables should be passed by reference.<br />
* Fixed PEAR #18425. Array keys not decoded in HTTP_OAuth_Provider.<br />
* Fixed PEAR #18431. Handle PUT requests better in HTTP_OAuth_Provider.<br />
* Fixed PEAR #20106. rawBodyData always included in provider request.<br />
* Fixed PEAR #20107. Handle multiple query params with same name as array.
2013-11-01T16:09:54-05:00gauthiermHTTP_OAuth 0.2.3
http://pear.php.net/package/HTTP_OAuth/download/0.2.3/
* Fixed GH issue #10. don't use reset() to get the first array value<br />
* Disabled E_DEPRECTED error logging when creating packages
2011-07-16T19:42:37-05:00shuppHTTP_OAuth 0.2.2
http://pear.php.net/package/HTTP_OAuth/download/0.2.2/
* Fixed #18162. Added optional Cache_Lite dependency for new storage support
2010-12-29T21:17:31-05:00shuppHTTP_OAuth 0.2.1
http://pear.php.net/package/HTTP_OAuth/download/0.2.1/
* Fixed #18161. Removed incorrect code coverage directory inclusion from package.xml
2010-12-29T20:24:55-05:00shuppHTTP_OAuth 0.2.0
http://pear.php.net/package/HTTP_OAuth/download/0.2.0/
* Added storage interface for consumers, including Cache_Lite driver<br />
* Fixed #17701 (Strict Standards Notice)<br />
* Fixed #17653 (HTTP_OAuth_Consumer_Request converts + to %20)<br />
* Fixed #17567 (Changes to support OAuth Session 1.0 Draft 1)<br />
* Added additional error constants and maps in HTTP_OAuth_Provider_Response
2010-12-29T06:58:47-05:00shuppHTTP_OAuth 0.1.18
http://pear.php.net/package/HTTP_OAuth/download/0.1.18/
* Removed the automatic adding of a Content-Type header for consumer requests
2010-07-20T17:07:09-05:00jeffhodsdonHTTP_OAuth 0.1.17
http://pear.php.net/package/HTTP_OAuth/download/0.1.17/
* Fixed another bug with '+' to '%20'. This time HTTP_Request2's usage of http_build_query() makes spaces into '+' not '%20'
2010-06-30T23:29:58-05:00jeffhodsdonHTTP_OAuth 0.1.16
http://pear.php.net/package/HTTP_OAuth/download/0.1.16/
* Fixed url encoding issue. "+" should be "%20"
2010-06-24T22:32:13-05:00jeffhodsdon