Warning: Use of undefined constant OAUTH_REQENGINE_CURL
On an Ubuntu server (Ubuntu 20.04.2 LTS) when running a PHP script, I get the following error. Warning: Use of undefined constant OAUTH_REQENGINE_CURL – assumed ‘OAUTH_REQENGINE_CURL’ (this will throw an Error in a future version of PHP On checking phpinfo, I get Request engine support php_streams curl is missing in “Request engine support”. This is … Read more