OAuth PHP for Windows?

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!

+3
source share
2 answers

oAuth PHP. oAuth, windows.php.net:

http://windows.php.net/downloads/pecl/releases/oauth/

php.ini Apache .

+3

APC Windows:

PECL , Windows , , , , pre-compiled.dll.

-2

Source: https://habr.com/ru/post/1793304/


All Articles