cURL is not compiled into PHP. I'm running:
[root@vps ~]# cat /etc/issue
CentOS release 5.7 (Final)
Kernel \r on an \m
Then I execute yum install curl and yum install php-curl. Then:
[root@vps ~]# which curl
/usr/bin/curl
[root@vps ~]# /usr/bin/curl -v
curl: no URL specified!
curl: try 'curl --help' for more information
My environment still shows that I haven't compile curl into php. Why?
I used phpinfo(), which shows:

but when I install zencart on my vps hosting, it shows:

How can I fix this?
