Apache 2.4 Win32 PHP 5.21 - cURL not working -


i'm running apache 2.4 on windows 32bit w/php 5.21. need use curl extension.

i uncommented line in php.ini:

extension=php_curl.dll 

and file correctly in /ext/

but when try use curl message:

fatal error: call undefined function curl_init() 

in phpinfo() curl module not loaded.

anyone can explain me how make curl work??? thank you

after upgrading php 5.6.10, re-setting php.ini , reboot, curl seems work. v.eigler helped me.


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -