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
Post a Comment