I\'ve never done this, so I\'m looking for detailed guidance. I\'m trying to use the Evernote API to create a PHP page. I\'ve downloaded their SDK and it says I need to inst
Get the precompiled dll from http://downloads.php.net/pierre/
Search the page for oauth and choose the one for your machine.
Put that .dll file in your PHP extensions directory. Find the extensions area in your php.ini file and add this to it:
[PHP_OAUTH] extension=php_oauth.dll
restart WAMP server