• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • (Plesk for Windows):
    MySQL Connector/ODBC 3.51, 5.1, and 5.3 are no longer shipped with Plesk because they have reached end of life. MariaDB Connector/ODBC 64-bit 3.2.4 is now used instead.
  • 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.

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