|
From: <var...@us...> - 2017-05-24 18:05:11
|
Revision: 10010
http://sourceforge.net/p/phpwiki/code/10010
Author: vargenau
Date: 2017-05-24 18:05:08 +0000 (Wed, 24 May 2017)
Log Message:
-----------
Require at leastPHP 5.3.3
Modified Paths:
--------------
trunk/index.php
trunk/lib/main.php
trunk/locale/de/LC_MESSAGES/phpwiki.mo
trunk/locale/es/LC_MESSAGES/phpwiki.mo
trunk/locale/fr/LC_MESSAGES/phpwiki.mo
trunk/locale/it/LC_MESSAGES/phpwiki.mo
trunk/locale/ja/LC_MESSAGES/phpwiki.mo
trunk/locale/nl/LC_MESSAGES/phpwiki.mo
trunk/locale/po/de.po
trunk/locale/po/es.po
trunk/locale/po/fr.po
trunk/locale/po/it.po
trunk/locale/po/ja.po
trunk/locale/po/nl.po
trunk/locale/po/phpwiki.pot
trunk/locale/po/sv.po
trunk/locale/po/zh.po
trunk/locale/sv/LC_MESSAGES/phpwiki.mo
trunk/locale/zh/LC_MESSAGES/phpwiki.mo
Modified: trunk/index.php
===================================================================
--- trunk/index.php 2017-05-23 13:47:42 UTC (rev 10009)
+++ trunk/index.php 2017-05-24 18:05:08 UTC (rev 10010)
@@ -35,8 +35,8 @@
require_once(dirname(__FILE__) . '/lib/IniConfig.php');
IniConfig(dirname(__FILE__) . "/config/config.ini");
-if (version_compare(PHP_VERSION, '5.3', '<')) {
- exit(_("Your PHP version is too old. You must have at least PHP 5.3."));
+if (version_compare(PHP_VERSION, '5.3.3', '<')) {
+ exit(_("Your PHP version is too old. You must have at least PHP 5.3.3."));
}
////////////////////////////////////////////////////////////////
Modified: trunk/lib/main.php
===================================================================
--- trunk/lib/main.php 2017-05-23 13:47:42 UTC (rev 10009)
+++ trunk/lib/main.php 2017-05-24 18:05:08 UTC (rev 10010)
@@ -1394,8 +1394,8 @@
function main()
{
- if (version_compare(PHP_VERSION, '5.3', '<')) {
- exit(_("Your PHP version is too old. You must have at least PHP 5.3."));
+ if (version_compare(PHP_VERSION, '5.3.3', '<')) {
+ exit(_("Your PHP version is too old. You must have at least PHP 5.3.3."));
}
if (!USE_DB_SESSION)
Modified: trunk/locale/de/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/es/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/fr/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/it/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/ja/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/nl/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/po/de.po
===================================================================
--- trunk/locale/po/de.po 2017-05-23 13:47:42 UTC (rev 10009)
+++ trunk/locale/po/de.po 2017-05-24 18:05:08 UTC (rev 10010)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-23 11:33+0200\n"
+"POT-Creation-Date: 2017-05-24 19:46+0200\n"
"PO-Revision-Date: 2000-10-31 02:23+0200\n"
"Last-Translator: Reini Urban <ru...@x-...>, Carsten Klapp "
"<car...@us...>, Helmer Pardun <pardunpress@t-online."
@@ -20,7 +20,7 @@
msgid "CategoryGroup"
msgstr "KategorieGruppen"
-msgid "Your PHP version is too old. You must have at least PHP 5.3."
+msgid "Your PHP version is too old. You must have at least PHP 5.3.3."
msgstr ""
msgid "BAD semantic relation link"
Modified: trunk/locale/po/es.po
===================================================================
--- trunk/locale/po/es.po 2017-05-23 13:47:42 UTC (rev 10009)
+++ trunk/locale/po/es.po 2017-05-24 18:05:08 UTC (rev 10010)
@@ -11,7 +11,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-23 11:33+0200\n"
+"POT-Creation-Date: 2017-05-24 19:46+0200\n"
"PO-Revision-Date: 2000-02-01 00:50-0500\n"
"Last-Translator: Pablo Roca <pr...@cl...>\n"
"Language-Team: \n"
@@ -25,7 +25,7 @@
msgid "CategoryGroup"
msgstr "GrupoCategoría"
-msgid "Your PHP version is too old. You must have at least PHP 5.3."
+msgid "Your PHP version is too old. You must have at least PHP 5.3.3."
msgstr ""
msgid "BAD semantic relation link"
Modified: trunk/locale/po/fr.po
===================================================================
--- trunk/locale/po/fr.po 2017-05-23 13:47:42 UTC (rev 10009)
+++ trunk/locale/po/fr.po 2017-05-24 18:05:08 UTC (rev 10010)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-23 11:33+0200\n"
+"POT-Creation-Date: 2017-05-24 19:46+0200\n"
"PO-Revision-Date: 2004-06-22 21:10+0200\n"
"Last-Translator: Pierrick Meignen <mei...@wa...>, Roland "
"Trique <rol...@fr...>, Stéphane Gourichon <stephane.gourichon@lip6."
@@ -22,9 +22,9 @@
msgid "CategoryGroup"
msgstr "CatégorieGroupes"
-msgid "Your PHP version is too old. You must have at least PHP 5.3."
+msgid "Your PHP version is too old. You must have at least PHP 5.3.3."
msgstr ""
-"Votre version de PHP est trop ancienne. Il faut avoir au moins PHP 5.3."
+"Votre version de PHP est trop ancienne. Il faut avoir au moins PHP 5.3.3."
msgid "BAD semantic relation link"
msgstr "MAUVAIS lien de relation sémantique"
Modified: trunk/locale/po/it.po
===================================================================
--- trunk/locale/po/it.po 2017-05-23 13:47:42 UTC (rev 10009)
+++ trunk/locale/po/it.po 2017-05-24 18:05:08 UTC (rev 10010)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-23 11:33+0200\n"
+"POT-Creation-Date: 2017-05-24 19:46+0200\n"
"PO-Revision-Date: 2005-02-12 16:23+0100\n"
"Last-Translator: Antonio Bonifati ant[(at)]monitor.deis.unical.it\n"
"Language-Team: \n"
@@ -19,7 +19,7 @@
msgid "CategoryGroup"
msgstr "CategoriaGruppo"
-msgid "Your PHP version is too old. You must have at least PHP 5.3."
+msgid "Your PHP version is too old. You must have at least PHP 5.3.3."
msgstr ""
msgid "BAD semantic relation link"
Modified: trunk/locale/po/ja.po
===================================================================
--- trunk/locale/po/ja.po 2017-05-23 13:47:42 UTC (rev 10009)
+++ trunk/locale/po/ja.po 2017-05-24 18:05:08 UTC (rev 10010)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-23 11:33+0200\n"
+"POT-Creation-Date: 2017-05-24 19:46+0200\n"
"PO-Revision-Date: 2003-06-07 09:01+0900\n"
"Last-Translator: Tadashi Jokagi <web...@el...>\n"
"Language-Team: LANGUAGE <LL...@li...>\n"
@@ -18,7 +18,7 @@
msgid "CategoryGroup"
msgstr ""
-msgid "Your PHP version is too old. You must have at least PHP 5.3."
+msgid "Your PHP version is too old. You must have at least PHP 5.3.3."
msgstr ""
msgid "BAD semantic relation link"
Modified: trunk/locale/po/nl.po
===================================================================
--- trunk/locale/po/nl.po 2017-05-23 13:47:42 UTC (rev 10009)
+++ trunk/locale/po/nl.po 2017-05-24 18:05:08 UTC (rev 10010)
@@ -8,7 +8,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-23 11:33+0200\n"
+"POT-Creation-Date: 2017-05-24 19:46+0200\n"
"PO-Revision-Date: 2000-09-30 02:23+0200\n"
"Last-Translator: Jan Nieuwenhuizen <ja...@gn...>\n"
"Language-Team: Dutch <nl...@li...>\n"
@@ -22,7 +22,7 @@
msgid "CategoryGroup"
msgstr ""
-msgid "Your PHP version is too old. You must have at least PHP 5.3."
+msgid "Your PHP version is too old. You must have at least PHP 5.3.3."
msgstr ""
msgid "BAD semantic relation link"
Modified: trunk/locale/po/phpwiki.pot
===================================================================
--- trunk/locale/po/phpwiki.pot 2017-05-23 13:47:42 UTC (rev 10009)
+++ trunk/locale/po/phpwiki.pot 2017-05-24 18:05:08 UTC (rev 10010)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki-1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-23 11:33+0200\n"
+"POT-Creation-Date: 2017-05-24 19:46+0200\n"
"PO-Revision-Date: 2002-12-14 17:51-0500\n"
"Last-Translator: Reini Urban <ru...@us...>\n"
"Language-Team: LANGUAGE <LL...@li...>\n"
@@ -18,7 +18,7 @@
msgid "CategoryGroup"
msgstr ""
-msgid "Your PHP version is too old. You must have at least PHP 5.3."
+msgid "Your PHP version is too old. You must have at least PHP 5.3.3."
msgstr ""
msgid "BAD semantic relation link"
Modified: trunk/locale/po/sv.po
===================================================================
--- trunk/locale/po/sv.po 2017-05-23 13:47:42 UTC (rev 10009)
+++ trunk/locale/po/sv.po 2017-05-24 18:05:08 UTC (rev 10010)
@@ -7,7 +7,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-23 11:33+0200\n"
+"POT-Creation-Date: 2017-05-24 19:46+0200\n"
"PO-Revision-Date: 2001-01-27 01:58+0200\n"
"Last-Translator: Jon Åslund <jo...@he...>\n"
"Language-Team: \n"
@@ -19,7 +19,7 @@
msgid "CategoryGroup"
msgstr ""
-msgid "Your PHP version is too old. You must have at least PHP 5.3."
+msgid "Your PHP version is too old. You must have at least PHP 5.3.3."
msgstr ""
msgid "BAD semantic relation link"
Modified: trunk/locale/po/zh.po
===================================================================
--- trunk/locale/po/zh.po 2017-05-23 13:47:42 UTC (rev 10009)
+++ trunk/locale/po/zh.po 2017-05-24 18:05:08 UTC (rev 10010)
@@ -6,7 +6,7 @@
msgstr ""
"Project-Id-Version: PhpWiki 1.6.0\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2017-05-23 11:33+0200\n"
+"POT-Creation-Date: 2017-05-24 19:46+0200\n"
"PO-Revision-Date: 2004-04-21 10:08+0800\n"
"Last-Translator: DruryL <dr...@us...>\n"
"Language-Team: DruryL <dr...@us...>\n"
@@ -18,7 +18,7 @@
msgid "CategoryGroup"
msgstr ""
-msgid "Your PHP version is too old. You must have at least PHP 5.3."
+msgid "Your PHP version is too old. You must have at least PHP 5.3.3."
msgstr ""
msgid "BAD semantic relation link"
Modified: trunk/locale/sv/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
Modified: trunk/locale/zh/LC_MESSAGES/phpwiki.mo
===================================================================
(Binary files differ)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|