Page 1 of 1

How to enable php extensions ?

Posted: Wed May 12, 2021 10:42 am
by anower93
I need the permissions on :-
PHP >= 7.3
BCMath PHP Extension
Ctype PHP Extension
Fileinfo PHP Extension
JSON PHP Extension
Mbstring PHP Extension
OpenSSL PHP Extension
PDO PHP Extension
Tokenizer PHP Extension
XML PHP Extension

How can I make on? Please help me in this regard. Thanks

Re: How to enable php extensions ?

Posted: Wed May 12, 2021 2:04 pm
by myVesta
apt update
apt install php7.3-EXTENSIONNAME

But I think all mentioned extensions are already installed by default.