katycomputer
Verified User
- Joined
- Jul 8, 2019
- Messages
- 7
Our application requires bcmath,gmp,fileinfo,gd,json,mbstring,pdo,xml,curl,zip,gmp,mysqlnd PHP 8.1 extensions.
We are setting up a new DA instance on Debian 11. What is the optimal way to ensure these get added to our install?
Do we want to install these prior to running setup, will DA take care of this, or do we want to run this after setup?
apt -y install php8.1 php8.1-{bcmath,gmp,fileinfo,gd,json,mbstring,pdo,xml,curl,zip,gmp,mysqlnd}
We are setting up a new DA instance on Debian 11. What is the optimal way to ensure these get added to our install?
Do we want to install these prior to running setup, will DA take care of this, or do we want to run this after setup?
apt -y install php8.1 php8.1-{bcmath,gmp,fileinfo,gd,json,mbstring,pdo,xml,curl,zip,gmp,mysqlnd}