Resolved How to additional php 8 extensions

hmanees

New Pleskian
Server operating system version
Ubuntu 20.04
Plesk version and microupdate number
18.0.54
Hi,
I need to deploy php 8 laravel project which required below extionsions. Can someone help me to guide me how can i install or configure thest ext?
  • BCMath PHP Extension
  • Ctype PHP Extension
  • JSON PHP Extension
  • Mbstring PHP Extension
  • OpenSSL PHP Extension
  • PDO PHP Extension
  • Tokenizer PHP Extension
  • XML PHP Extension
 
Hello,
Those extensions should already be available on PHP 8, check your phpinfo();
D.
 
Back
Top