I have just updated my Server to
PHP 5.6.4 x64
Apache 2.4.10 x64
I have uncommented
extension = php_curl.dll
Extension directory path is correct too and php_curl.dll file even exist in ext directory. when i run code it says
Fatal error: Call to undefined function curl_init() in D:\waserver\www\test.php on line 3
I have replaced php_curl.dll with diff. versions of x64 from http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/ but it still not resolve the issue. How to resolve this issue?