Skip to content

Instantly share code, notes, and snippets.

@calebbrewer
Created June 21, 2013 19:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save calebbrewer/5833631 to your computer and use it in GitHub Desktop.
Save calebbrewer/5833631 to your computer and use it in GitHub Desktop.
The php_curl.dll file that came with WampServer 2.2 distribution does not work on 64bit systems. You can download a working php_curl.dll file (php_curl-5.3.13-VC9-x64.zip) from http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/
1. Setup wamp.
2. From wamp icon select PHP > PHP extensions > php_curl (it needs to be checked)
3. Extract php_curl.dll from the zip and copy it to PHP extension directory (mine is c:\wamp\bin\php\php5.3.13\ext)
4. Restart all services from the wamp menu
5. Go to localhost and click phpinfo() link and see that curl is there…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment