aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/common.php
diff options
context:
space:
mode:
authorIgor Wiedler <igor@wiedler.ch>2011-07-13 09:51:09 +0200
committerIgor Wiedler <igor@wiedler.ch>2011-07-13 13:02:37 +0200
commit541a7db1016560d77590b9265c63c10cdd7e01a5 (patch)
treedf736066dfd4083e218ec77f58bc5aea00a5bc03 /phpBB/common.php
parent09e0460e5b53f83f4c06703c8bd8f1cb0f22eb48 (diff)
downloadforums-541a7db1016560d77590b9265c63c10cdd7e01a5.tar
forums-541a7db1016560d77590b9265c63c10cdd7e01a5.tar.gz
forums-541a7db1016560d77590b9265c63c10cdd7e01a5.tar.bz2
forums-541a7db1016560d77590b9265c63c10cdd7e01a5.tar.xz
forums-541a7db1016560d77590b9265c63c10cdd7e01a5.zip
[ticket/7090] Update documented minimum PHP version to 5.2.0
PHPBB3-7090
Diffstat (limited to 'phpBB/common.php')
-rw-r--r--phpBB/common.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/common.php b/phpBB/common.php
index 9697ed57ee..54e7093c76 100644
--- a/phpBB/common.php
+++ b/phpBB/common.php
@@ -6,7 +6,7 @@
* @copyright (c) 2005 phpBB Group
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
*
-* Minimum Requirement: PHP 4.3.3
+* Minimum Requirement: PHP 5.2.0
*/
/**