i'm trying to install curl to my centos OS by yum when I check
curl --version
it shows
curl 7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.44 zlib/1.2.3 libidn/1.18 libssh2/1.4.2 Protocols: tftp ftp telnet dict ldap ldaps http file https ftps scp sftp Features: GSS-Negotiate IDN IPv6 Largefile NTLM SSL libz
but when I run php -m
still doesn't gets curl lib.
Or
Call to undefined function curl_init()
I had change file php.ini by drop ;
at extension=php_curl.dll
and restart service httpd but doesn't seems to work. Can someone tell me