• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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