Forum Moderators: coopster

Message Too Old, No Replies

Class 'HttpRequest' not found

         

twprogrammers

5:58 pm on May 20, 2013 (gmt 0)

10+ Year Member



Here is what I have done so far:
apt-get install php-pear
pecl install pecl_http
echo "extention=http.so" >> /etc/php5/apache2/php.ini
service apache2 restart

pecl_http installed without any errors.

Here [ip-programs.com] is my php.ini and phpinfo().

What am I not doing? All help is appreciated.

brotherhood of LAN

6:00 pm on May 20, 2013 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



>extention

is a typo, it should be extension

twprogrammers

6:54 pm on May 20, 2013 (gmt 0)

10+ Year Member



Thank you for the correction. Now I feel like the dumbest person alive...

brotherhood of LAN

7:12 pm on May 20, 2013 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Happens to everyone, glad you got it working.