I need to install oauth extension in php. I tried lot of ways but still I cannot get the oauth in my php. I mentioned below few steps to get oauth in PHP.
I copied the php_oauth.dll file to xampp/ext/
wrote this line
extension=php_oauth.dllin php.iniAfter restarting the server I accessed the phpinfo().php
But OAuth is not shown.
I can see this in my logfile:
PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_oauth.dll' - %1 is not a valid Win32 application. in Unknown on line 0