• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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