Ext Curl Php Install

[Solved] Ext Curl Php Install | Shell - Code Explorer | yomemimo.com
Question : php install ext-curl

Answered by : akbarali

{"tags":[{"tag":"textarea","content":"sudo apt-get install php8.2-curl ","code_language":"php"}]}

Source : | Last Update : Thu, 16 Mar 23

Question : ext-curl install php 7.2

Answered by : jssica

 sudo apt-get install php-curl
//OR USING A PHP VERSION
sudo apt-get install php7.2-curl 

Source : | Last Update : Mon, 14 Mar 22

Question : ext-curl install php 7.2

Answered by : jssica

sudo apt-get install php-curl

Source : | Last Update : Mon, 14 Mar 22

Question : How do I install the ext-curl extension with PHP 7?

Answered by : horrible-hamerkop-zey558kczdef

{"tags":[{"tag":"textarea","content":"sudo apt-get install php-curl\n\/\/After that restart apache\n\n\nsudo service apache2 restart","code_language":"whatever"}]}

Source : https://stackoverflow.com/questions/33775897/how-do-i-install-the-ext-curl-extension-with-php-7 | Last Update : Sun, 23 Apr 23

Answers related to ext curl php install

Code Explorer Popular Question For Shell