Quantcast
Channel: How to install http_pecl on PHP 5.x? - Stack Overflow
Browsing all 3 articles
Browse latest View live

Answer by Daniel Vukasovich for How to install http_pecl on PHP 5.x?

This question has an accepted answer, but I will add my 2 cents to the subject: Based on your PHP version: for PHP 7 use 'pecl install oci8' for PHP 5.2 to 5.6 use 'pecl install oci8-2.0.12' for PHP...

View Article



Answer by miken32 for How to install http_pecl on PHP 5.x?

You'll need to find out what version of pecl_http doesn't require the current version of PHP, and then specifically install that one. According to the documentation: "Package[-version/state][.tar]" :...

View Article

How to install http_pecl on PHP 5.x?

I am trying to install pecl_http on Ubuntu 14.04, however it reports to require PHP 7. $ sudo pecl install pecl_http pecl/pecl_http requires PHP (version >= 7.0.0), installed version is...

View Article
Browsing all 3 articles
Browse latest View live




Latest Images