Originally Posted by
ckosloff
...
requested extensions: GD, curl, XML are not present in Debian 11, latest stable version.
....
completely untrue.
and i do NOT recommend adding the SURY Repository (although i do recommend him and supporting his work.)
Code:
$: php --version
PHP 7.4.33 (cli) (built: Feb 22 2023 20:07:47) ( NTS )
Copyright (c) The PHP Group
Zend Engine v3.4.0, Copyright (c) Zend Technologies
with Zend OPcache v7.4.33, Copyright (c), by Zend Technologies
$: lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 11 (bullseye)
Release: 11
Codename: bullseye
$: sudo apt install php-curl
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
php-curl is already the newest version (2:7.4+76).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$: sudo apt install php-gd
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
php-gd is already the newest version (2:7.4+76).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
$: sudo apt install php-xml
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
php-xml is already the newest version (2:7.4+76).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Bookmarks