Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/php/pecl-web_services-oauth

oauth consumer extension
https://github.com/php/pecl-web_services-oauth

- silent windows warning about gettimeofday

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279016 c90b9560-bf6c-de11-be94-0014...

336176ff772bb0b724dea1b335c89cebd9ce3ffb authored over 15 years ago by Pierre Joye <[email protected]>
Don't use sapi_module.treat_data (except for handling the response), rename http_build_query to oauth_http_build_query, handle internal curl errors, no need to alloc zo.properties twice

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@279005 c90b9560-bf6c-de11-be94-0014...

d70573b2cf0fbcc2d41887cba8e6f79ff19b0bf6 authored over 15 years ago by John Jawed <[email protected]>
- win32 build script

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278968 c90b9560-bf6c-de11-be94-0014...

f185c0f258595b96c6c8afab401911eb44a557ed authored over 15 years ago by Pierre Joye <[email protected]>
This can be static

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278967 c90b9560-bf6c-de11-be94-0014...

8e548a3ccd3498324ffbeec9a83fe59b95f9f781 authored over 15 years ago by Rasmus Lerdorf <[email protected]>
ZEND_API -> PHPAPI

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278965 c90b9560-bf6c-de11-be94-0014...

befa78dd1918d93601f2da0a8e793b4587d5e5cf authored over 15 years ago by Rasmus Lerdorf <[email protected]>
This works now, but it isn't threadsafe. sapi_module is a true global.

We need some sort of thread-local global to set here to override the
treat_data filter.

git-svn...

7035d1650810add73a5f235ae677cc3271a77bfd authored over 15 years ago by Rasmus Lerdorf <[email protected]>
Temporarily disable input filters and magic_quotes_gpc while using sapi_module.treat_data, add twitter status update example, update consumer key/secret for write access

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278948 c90b9560-bf6c-de11-be94-0014...

d86562790727b680815a9c5c6256ae8c5c0cc474 authored over 15 years ago by John Jawed <[email protected]>
Add POST body in debug output

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278946 c90b9560-bf6c-de11-be94-0014...

44d3bc3087b16ab936fb9345eece208dca99d93e authored over 15 years ago by John Jawed <[email protected]>
More updates for http_method handling (Tjerk Meesters), simplify setting some properties, set Expect header later on

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278945 c90b9560-bf6c-de11-be94-0014...

109dfb670b45d2e9913a9c0ef33c55547bc33d6a authored over 15 years ago by John Jawed <[email protected]>
The http_method should not be byref here

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278939 c90b9560-bf6c-de11-be94-0014...

c91ca3139d5fdfbcc1367a72e51a7e881bf91b12 authored over 15 years ago by Rasmus Lerdorf <[email protected]>
Fix property dtor order

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278938 c90b9560-bf6c-de11-be94-0014...

dc834ce300d9944fd685066956d055cdfe63cf43 authored over 15 years ago by Rasmus Lerdorf <[email protected]>
Add macro for zend_hash_quick_del in <5.3

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278937 c90b9560-bf6c-de11-be94-0014...

b012be2c836d259ea42548026e25d51a428876af authored over 15 years ago by John Jawed <[email protected]>
Add custom handling of redirects and automatically sign the redirected URI, update TODO

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278387 c90b9560-bf6c-de11-be94-0014...

e57f52b10e99ca9aaf052038353822b089f3de65 authored over 15 years ago by John Jawed <[email protected]>
Remove unused variable

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278344 c90b9560-bf6c-de11-be94-0014...

c9bc6c17844a04ef5b5c47b46a9696a19b155c8f authored over 15 years ago by John Jawed <[email protected]>
Use default dtor to free zvals from hash, update wording on predicates (tmeesters), include curl before php_oauth.h (tmeesters), don't rely on libcurl to give the redirect_url, set AUTOREFERER for FOLLOWLOCATION only (tmeesters)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278343 c90b9560-bf6c-de11-be94-0014...

c4521fedf6ac6380b6a2fd8c19758f62601654cc authored over 15 years ago by John Jawed <[email protected]>
Updates to ARGINFO for pecldoc

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278320 c90b9560-bf6c-de11-be94-0014...

1b0efe7df34dc87fc7f8e65c50d27802708eb82c authored over 15 years ago by John Jawed <[email protected]>
Added: en[/dis]ableSSLChecks, en[/dis]ableRedirects, OAUTH_AUTH_TYPE_NONE. Fixed bug #16103 (follow redirects), fixed bug #16111 (add support for different HTTP methods)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278318 c90b9560-bf6c-de11-be94-0014...

02ee17f2c7af460a51286b22b27c452137b98deb authored over 15 years ago by John Jawed <[email protected]>
Added an error message for max redirects, [previous commit message which disappeared] Update libcurl options to set Referer header, follow redirects (explicitly), and max redirects

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278256 c90b9560-bf6c-de11-be94-0014...

c16e8a358f58ac77d2d1c661691398c62fbbdc29 authored over 15 years ago by John Jawed <[email protected]>
*** empty log message ***

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@278255 c90b9560-bf6c-de11-be94-0014...

4899a6d7cdd0e579bbe4f4f7271514e506ad3f00 authored over 15 years ago by John Jawed <[email protected]>
More constants for the Google Portable Contact API's

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@277833 c90b9560-bf6c-de11-be94-0014...

38cde802c26d31ff671aea55f8a0002671aa9080 authored over 15 years ago by John Jawed <[email protected]>
Update package.xml for release 0.99.3

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@277831 c90b9560-bf6c-de11-be94-0014...

4f02347f68da81b438d29016bdb2822dac427270 authored over 15 years ago by John Jawed <[email protected]>
Added Google Portable Contacts example (and README), encode consumer secret before throwing it into the properties hash

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@277829 c90b9560-bf6c-de11-be94-0014...

dc736cea21fe830a4a2a79432c9b7278f3e7fe17 authored over 15 years ago by John Jawed <[email protected]>
Put the smart_str_free back

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@277803 c90b9560-bf6c-de11-be94-0014...

c0c1aa1fe232b559bec4de6c98a44100c7b72ed0 authored over 15 years ago by Rasmus Lerdorf <[email protected]>
Fix segfault - the zend_object_std_dtor should recursively get to those

as well, I think.

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@277765 c90b9560-b...

7adab12e30a90ec18869f57f9906c4726e0cf2c0 authored over 15 years ago by Rasmus Lerdorf <[email protected]>
Turn off Expect header for POST requests since it not handled by everybody (see: twitter) (reported by Sumeet Mulani), added README for twitter example

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@277635 c90b9560-bf6c-de11-be94-0014...

054250c797a778bb39406fece2f94efc95b70d60 authored almost 16 years ago by John Jawed <[email protected]>
Added the twitter OAuth (beta) example, added enableDebug and disableDebug methods to help debug at runtime

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@277390 c90b9560-bf6c-de11-be94-0014...

ad6fd66aeb1149e528a843d81043d6393a149941 authored almost 16 years ago by John Jawed <[email protected]>
Trigger a fatal error on an empty consumer key or secret in __construct

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@276103 c90b9560-bf6c-de11-be94-0014...

875756d3b7f56758515fef266c8fa1f72b984de9 authored almost 16 years ago by John Jawed <[email protected]>
Provide more detailed instructions for running examples

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@274892 c90b9560-bf6c-de11-be94-0014...

37e6512e9f958e6f0f1927ddb355a6ad18c6b07c authored almost 16 years ago by John Jawed <[email protected]>
Update Netflix examples

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@274891 c90b9560-bf6c-de11-be94-0014...

8ec16b6a43c1e0cc90324edb7f1f422e2f6286b3 authored almost 16 years ago by John Jawed <[email protected]>
Code folding syntax (cosmetic), fix memory leak if ext/hash is not available, group php functions together (cosmetic)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@274868 c90b9560-bf6c-de11-be94-0014...

1b29cd558946291d022b270fb291f65ae6b4e3ad authored almost 16 years ago by John Jawed <[email protected]>
Updated package file for 0.99.2

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@270471 c90b9560-bf6c-de11-be94-0014...

00e169da0ea4c2859fbec4be948c62bc1167941b authored about 16 years ago by John Jawed <[email protected]>
Updating authors (sorry for the noise)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@270469 c90b9560-bf6c-de11-be94-0014...

5d7e90099fffc6b237d8315c4296c31ad15eb87e authored about 16 years ago by John Jawed <[email protected]>
Support for older libcurl versions, bring whitespace inline to PECL standards

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@270468 c90b9560-bf6c-de11-be94-0014...

07cd96249b9579c183906dfd116c577553ee67e4 authored about 16 years ago by John Jawed <[email protected]>
- Fixed memory leak

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@270159 c90b9560-bf6c-de11-be94-0014...

ba8e97665dc4e7168963a35f7fa3993cb09f47e7 authored about 16 years ago by Felipe Pena <[email protected]>
- Added new example

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@270158 c90b9560-bf6c-de11-be94-0014...

2b339fe226d2c9f451fbdc3d69a68e63fc397cbd authored about 16 years ago by Felipe Pena <[email protected]>
- More clean up

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@270155 c90b9560-bf6c-de11-be94-0014...

be6dff4bfeb7c0eec483d0ae0ac23eb605cd7c7e authored about 16 years ago by Felipe Pena <[email protected]>
- Fixed some memory issues

- More clean up

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@270126 c90b9560-bf6...

907607f7333d79c434a335a8695be92dbe2cc029 authored about 16 years ago by Felipe Pena <[email protected]>
- Removed unnecessary usages of TSRMLS_FETCH_FROM_CTX

- More clean up

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@270104 c90b9560-bf6...

653c89956e693b6815e5e5b02e42bab878717d2b authored about 16 years ago by Felipe Pena <[email protected]>
- Clean up, fixed error handling and memory leak, changed exception property names

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@270102 c90b9560-bf6c-de11-be94-0014...

07a5c10f13bac4ffbfe81ed64c58000522eb42f3 authored about 16 years ago by Felipe Pena <[email protected]>
- Reindented

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@270074 c90b9560-bf6c-de11-be94-0014...

3a9f00a8615be17e62a5088be6e6a4241b7ba97d authored about 16 years ago by Felipe Pena <[email protected]>
- Fixed memleak and segfault in oauth_urlencode()

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@270061 c90b9560-bf6c-de11-be94-0014...

1ecadfa902f5e0199d98f77dfcebc9937131c053 authored about 16 years ago by Felipe Pena <[email protected]>
- Fixed checking for enabled

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@270050 c90b9560-bf6c-de11-be94-0014...

cb6cd98afc4bc1936c886045a16f25c3b15a7d18 authored about 16 years ago by Felipe Pena <[email protected]>
- Removed zend_parse_parameters_none() (errr, it's 5.3+)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@269978 c90b9560-bf6c-de11-be94-0014...

4c65db076504c883a6f191aa8e34cab8be973a20 authored about 16 years ago by Felipe Pena <[email protected]>
- Added check for void params

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@269977 c90b9560-bf6c-de11-be94-0014...

2cc45bf5686d584c59edc44eb32301842965df52 authored about 16 years ago by Felipe Pena <[email protected]>
- Fixed 5.2 build

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@269974 c90b9560-bf6c-de11-be94-0014...

55483474c9917eb33a160f8c5960b7371e7918e0 authored about 16 years ago by Felipe Pena <[email protected]>
- Added:

- New parameter parsing in OAuth::getRequestToken
- Arginfo
- Fixed:
- Two invalid efree()s
-...

f1ff11b67518a0432368533782d36b5679989b97 authored about 16 years ago by Felipe Pena <[email protected]>
- Fixed memory leaks

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@269906 c90b9560-bf6c-de11-be94-0014...

7e014d663d520805cd123c6d7f607c8d20e64292 authored about 16 years ago by Felipe Pena <[email protected]>
use soo->lastresponse more, felipe's patch for Zend Engine leaks, url encode consumer secret

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@269874 c90b9560-bf6c-de11-be94-0014...

f897f56e69f955c9d3cd482a3518565ddb3df613 authored about 16 years ago by John Jawed <[email protected]>
Updated examples, adding Google (example which actually does something with the access token is a work in progress)

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@269872 c90b9560-bf6c-de11-be94-0014...

5b8a4a81c112233f7e770582f106f0f8ad3e3fca authored about 16 years ago by John Jawed <[email protected]>
Move to using smart_str's vs spprintf, fix leaks (some remaining), start undoing remnants of zval happy coding

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@269591 c90b9560-bf6c-de11-be94-0014...

14e388722dd37aa06d047649475700b7a4ba820e authored about 16 years ago by John Jawed <[email protected]>
Fixed PECL bugs: 15110 15111 15112 (felipe/hannes), added examples, and updated fetch

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@269502 c90b9560-bf6c-de11-be94-0014...

ccd4f61012f8e935106959bb288297f2cc212f20 authored about 16 years ago by John Jawed <[email protected]>
Standard project directories initialized by cvs2svn.

git-svn-id: https://svn.php.net/repository/pecl/oauth/trunk@269442 c90b9560-bf6c-de11-be94-00142...

434ef8ae2db909d1d548fe18ae41453df587d2a2 authored about 16 years ago by cvs2svn <[email protected]>