• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.

Question Update PHP by Vendor with INTL extension

H.W.B

Regular Pleskian
Server operating system version
Ubuntu 22.04.3 LTS
Plesk version and microupdate number
Plesk Obsidian Version 18.0.54 Update #3, last updated on Aug 9, 2023 10:39 AM
Hello,
I have a question.
On my server i have PHP 8.1.2 By Vendor.
This version is used when using ssh commandline options.
In this version there is NOT the INTL extension.

All the other PHP version do have INLT already.

Is ther a way to install the INTL only for the 8.1.2 by vendor??

Henk
 
INTL should have been bundled with PHP since version 5.5 at least. If it is really missing from your 8.1, you'll need to recompile that PHP version with the --enable-intl option (please see PHP: Installation - Manual for more).

If you want to save some effort, you could also use the Plesk delivered PHP either from a subscription as described here:
or you can call the scripts with /opt/plesk/php/8.1/bin/php (instead of /usr/bin/php) on your root command line.
 
Back
Top