• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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