• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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