OAuth Module - 5.6 suphp.

mjm

Verified User
Joined
Mar 21, 2005
Messages
50
Location
San Diego
Trying to get the oauth module working with PHP 5.6 running via suphp but not having any luck. Updated custombuild to include --with-oauth and --with-pecl-oauth and neither did the trick. Seem to be missing something here... Any guidance about how to get oauth working with PHP 5.6?

Thanks.
 
Thanks zEitEr, was able to get this working through;

/usr/local/php56/bin/pecl install oauth-1.2.3
add extension=oauth.so to php.ini config
restarting apache
 
Back
Top