php - WAMP 2.2 Localhost Call to undefined function curl_init() -
i using wamp 2.2 php 5.3.13 , apache 2.2.22 , getting error on localhost:
call undefined function curl_init()
i removed ;
extension=php_curl.dll
extension_dir = "c:/wamp/bin/php/php5.3.13/ext/"
correct have restarted wamp server , download php_curl.dll following url http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/
and still getting error...anyone got ideas?
thanks, j
make sure php_curl extension selected in wamp php extension options.
edit make answer clear: there 2 php_curl.dll files found on website linked in question: http://www.mediafire.com/file/0hm40owj08y68p7/php_curl-5.3.13-nts-vc9-x64.zip , http://www.mediafire.com/file/qwgdzgccthzwc15/php_curl-5.3.13-vc9-x64.zip
looks 1 of them worked op.
Comments
Post a Comment