• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Localizations and PHP5

H

hydrastudio

Guest
Hello,

I've done my own Portuguese-Brazilian version, following manual instructions.
But to make install file, I must have PHP5 running in my server (it's PHP4). Ok, I can compile it in another server that has PHP5 and SB installed.

Before do it, somebody knows if installer needs PHP5 too? Or may I run installer under PHP4?
Thanks in advance.
 
Sitebuilder is shipped with PHP 5 with all necessary components and it required for locale installation, as locale must be installed on Sitebuilder server. So if you have Sitebuilder v4.x you should already have PHP5 installed on your server. Try to check it with 'sb_config' utility:
# sb_config --help|grep php
--phpcli_path PHP CLI executable [/opt/php52/bin/php5]
--phpcgi_path PHP CGI executable [/opt/php52/cgi-bin/php5]
 
Back
Top