• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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