I am running XAMPP on Windows and trying to install Oauth in PHP. I already tried running "pecl install oauth", but that gave me an error. I donβt have a compiler to compile OAuth 1.10 into a .dll and I really donβt have time to learn how to compile it.
The link to the pecl package is here: http://pecl.php.net/package/oauth/1.1.0
EDIT after running 'pecl install oauth' the error i get is:
WARNING: php_bin C: \ XAMPP \ xampp \ php \ php.exe seems to have the suffix \ php.exe, but the config variable php_suffix does not match. ERROR: DSP oauth.dsp does not exist.
thank!
source
share