Skip to content

Commit

Permalink
QA: Install testing on Ubuntu - Make curl mandatory
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness authored Nov 17, 2024
1 parent 69318d4 commit 2237c29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/utility.php
Original file line number Diff line number Diff line change
Expand Up @@ -1839,6 +1839,7 @@ function utility_php_verify_extensions(&$extensions, $source) {
if (empty($extensions)) {
$extensions = array(
'ctype' => array('cli' => false, 'web' => false),
'curl' => array('cli' => false, 'web' => false),
'date' => array('cli' => false, 'web' => false),
'filter' => array('cli' => false, 'web' => false),
'gd' => array('cli' => false, 'web' => false),
Expand Down

0 comments on commit 2237c29

Please sign in to comment.