I have some php scripts that I\'ve been running on an Apache server on a windows machine. These scripts use curl which isn\'t enabled by default in php. For windows enabli
If it's php 7 on ubuntu, try this
apt-get install php7.0-curl /etc/init.d/apache2 restart