Instalare PHP5

Spread the love

Installation

To install the contrib, issue the following command from the console:

yum --enablerepo=smecontribs install smeserver-php5-cgi
signal-event post-upgrade ; signal-event reboot

Usage

PHP5 can be used in Ibays and for contribs that are installed in /opt.

For Ibays

To configure an Ibay to use PHP 5, run the following commands from the shell:

db accounts setprop [ibayname] php5 yes
signal-event ibay-modify [ibayname]

To return to the default version of PHP, run the following command from the shell:

db accounts setprop [ibayname] php5 no
signal-event ibay-modify [ibayname]

You may also like