How to install PHP extension locally on WAMP?

前端 未结 4 1969
挽巷
挽巷 2020-12-25 10:08

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

4条回答
  •  滥情空心
    2020-12-25 10:30

    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

提交回复
热议问题