Tagged Questions
0
votes
0answers
35 views
cURL on Linux not compiled, although installed
CURL not compiled into PHP
[root@vps ~]# cat /etc/issue
CentOS release 5.7 (Final)
Kernel \r on an \m
then i execute yum install curl yum install php-curl。
then
[root@vps ~]# which curl
...
0
votes
0answers
103 views
Install php_http on Arch Linux
First I installed the curl extension for PHP:
$ sudo pacman -S php-curl
and
$ grep curl /etc/php/php.ini
extension=curl.so
Then I installed the PHP PEAR
$ sudo pacman -S php-pear
Having now ...