• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

How to enable php5-intl in plesk?

I

InfoselfG

Guest
Hi all,

I'm trying to enable php5-intl extension in plesk with no luck.
I've wrote the line "extension=intl.so" in php configuration for an especific site before the apache2 service restart and I'm still getting the same error.

I'm not seeing any file in extension_dir called intl.so... Is the extension installed and I just have to enable it? Is necessary to install it?

Any help would be appreciated.

Thanks in advance.

Narcís.
 
Sorry, I forgot to tell you that I'm running plesk under Ubuntu 10.04.2 Server LTS x64 , alias "lucid".
 
Sorry IgorG,

when I run apt-get install php5-intl, apt-get wants to update some packages and install another ones.. I'm scared to do that because I don't want to "break" the plesk...

Finally I run apt-get and I get it working.

Thank you for everything.


Narcís.
 
Plesk doesn’t ship client’s PHP, it only downloads it from original OS vendor repo. Therefore it is safe to update PHP, for example.
 
Back
Top