mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-03 23:43:20 +02:00
Increment required PHP version to 5.3, after b1cb4e48
This commit is contained in:
committed by
Pierrick Le Gall
parent
e8df728125
commit
16033a4595
@@ -18,7 +18,7 @@ Extensions make Piwigo easily customizable. Icing on the cake, Piwigo is free an
|
||||
## Requirements
|
||||
|
||||
* A webserver (Apache or nginx recommended)
|
||||
* PHP 5.2 or greater
|
||||
* PHP 5.3 or greater
|
||||
* MySQL 5 or greater or MariaDB equivalent
|
||||
* ImageMagick (recommended) or PHP GD
|
||||
|
||||
|
||||
@@ -47,14 +47,14 @@ $lang['Password [confirm]'] = "Password [confirm]";
|
||||
$lang['verification'] = "verification";
|
||||
$lang['Need help ? Ask your question on <a href="%s">Piwigo message board</a>.'] = 'Need help? Ask your question on the <a href="%s">Piwigo message board</a>.';
|
||||
$lang['Visitors will be able to contact site administrator with this mail'] = 'Visitors will be able to use this email to contact the site administrator';
|
||||
$lang['PHP 5 is required'] = 'PHP 5.2 is required';
|
||||
$lang['PHP 5 is required'] = 'PHP 5.3 is required';
|
||||
$lang['It appears your webhost is currently running PHP %s.'] = "It appears your webhost is currently running PHP %s.";
|
||||
$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo may try to switch your configuration to PHP 5.2 by creating or modifying a .htaccess file.';
|
||||
$lang['Piwigo may try to switch your configuration to PHP 5 by creating or modifying a .htaccess file.'] = 'Piwigo may try to switch your configuration to PHP 5.3 by creating or modifying a .htaccess file.';
|
||||
$lang['Note you can change your configuration by yourself and restart Piwigo after that.'] = 'Note you can change your configuration by yourself and then restart Piwigo.';
|
||||
$lang['Try to configure PHP 5'] = 'Try to configure PHP 5.2';
|
||||
$lang['Try to configure PHP 5'] = 'Try to configure PHP 5.3';
|
||||
$lang['Sorry!'] = "Sorry!";
|
||||
$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo was not able to configure PHP 5.2';
|
||||
$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'You should refer to your hosting provider\'s support and see how you can switch to PHP 5.2 by yourself.';
|
||||
$lang['Piwigo was not able to configure PHP 5.'] = 'Piwigo was not able to configure PHP 5.3';
|
||||
$lang['You may referer to your hosting provider\'s support and see how you could switch to PHP 5 by yourself.'] = 'You should refer to your hosting provider\'s support and see how you can switch to PHP 5.3 by yourself.';
|
||||
$lang['Hope to see you back soon.'] = "Hope to see you back soon.";
|
||||
$lang['Congratulations, Piwigo installation is completed'] = 'Congratulations, Piwigo installation is completed';
|
||||
$lang['An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning : database.inc.php must only contain what is in the textarea, no line return or space character)'] = 'An alternate solution is to copy the text in the box above and paste it into the file "local/config/database.inc.php" (Warning: database.inc.php must only contain what is in the textarea, no line return or space character)';
|
||||
|
||||
Reference in New Issue
Block a user