Reputation: 8284
How to enable http extension for PHP with shared godaddy hosting in the quickest way; preferably uploading a php.ini
file to website directory root - but how do I write it? I'm currently having issues with out of the box shared godaddy hosting as I am trying to parse data using PHP from a 3rd party API
Upvotes: 1
Views: 583
Reputation: 68526
That is a PECL
extension, to install it you need the permission from Godaddy to do so. It's better to raise a support ticket and ask them to do it for you.
Upvotes: 1