Tagged Questions
2
votes
2answers
676 views
Fatal error: Class 'HttpRequest' not found
Whilst trying to make this request I have this error.
I have tried to run "sudo pecl install pecl_http" but always fails.
Could not find curl/curl.h
After I have tired(yum instead of apt-get ...
2
votes
1answer
850 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 ...