I'm trying to make some HTTP request with Apache but it gives me an error saying
fatal error: Class 'HttpRequest' not found
Why do I need to handle HTTP requests with an HTTP extension (pecl/pear)? Why does not running a web serve handle it?
I'm trying to make some HTTP request with Apache but it gives me an error saying
fatal error: Class 'HttpRequest' not found
Why do I need to handle HTTP requests with an HTTP extension (pecl/pear)? Why does not running a web serve handle it?