Ok, I have read this and this.
I have done the following:
- Enabled
extension=php_curl.dll
in bothc:\wamp\bin\apache\apache2.2.22\php.ini
andc:\wamp\bin\php\php5.3.13\php.ini
- Downloaded curl here and replaced
php_curl.dll
inc:\wamp\bin\php\ext\
- Added
c:\wamp\bin\php\php5.3.13\
to PATH (cozlibeay32.dll
andssleay32.dll
are there). My PATH is as follows btw:
C:\Program Files\Intel\WiFi\bin\;C:\Program Files\Common Files\Intel\WirelessCommon\;C:\wamp\bin\php\php5.3.13\
- Copied and Pasted
libeay32.dll
andssleay32.dll
toc:\Windows
andc:\Windows\System32
- Restarted Apache a number of times
There is still absolutely no sign of curl in phpinfo().
What have missed here?