- add the PHP Bin folder to the PATH. ie: C:\wamp\bin\php\php5.3.13
- edit the php.ini file in the PHP folder to uncomment the extension=php_curl.dll line.
- also edit the php.ini file in Apache's /bin folder to uncomment the same line.
Monday, August 20, 2012
MODx: enabling cURL in WAMP on Win 7 64bit
MODx requires that cURL be running, and to enable it on a Win 7 64bit platform:
Subscribe to:
Post Comments (Atom)
thanks!!
ReplyDeleteWhat is meant by "add the PHP Bin folder to the PATH. ie: C:\wamp\bin\php\php5.3.13"? Can you please elaborate? Thanks
ReplyDeleteYou need to add the path to the PHP Bin folder to the PATH variable of your OS, for instructions on how to do this, Google is probably your best resource: https://www.google.ca/search?q=adding+to+path+windows :)
Delete