views:

14

answers:

0

I am aware of how to enable the php_curl.dll file by uncommenting the ; from within php.ini

When I do that however, the version of curl provided with a default WAMP install is 7.19.2 at the moment (Oct 2010).

I am in need of the latest libcurl version which is 7.21.2 to be working together with PHP and Apache on a Windows 7 32 bit OS.

Is there not simply a downloadable version of the 7.21.2 php_curl.dll that one can simply replace in the php/ext/ directory?

Thanks for your time!