diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-07-13 13:36:55 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-07-13 13:36:55 +0200 |
commit | 10384f217985dd52e9d088dafcfd65deb8648b76 (patch) | |
tree | df736066dfd4083e218ec77f58bc5aea00a5bc03 /phpBB/docs/coding-guidelines.html | |
parent | 09e0460e5b53f83f4c06703c8bd8f1cb0f22eb48 (diff) | |
parent | 541a7db1016560d77590b9265c63c10cdd7e01a5 (diff) | |
download | forums-10384f217985dd52e9d088dafcfd65deb8648b76.tar forums-10384f217985dd52e9d088dafcfd65deb8648b76.tar.gz forums-10384f217985dd52e9d088dafcfd65deb8648b76.tar.bz2 forums-10384f217985dd52e9d088dafcfd65deb8648b76.tar.xz forums-10384f217985dd52e9d088dafcfd65deb8648b76.zip |
Merge remote-tracking branch 'igorw/ticket/7090' into develop
* igorw/ticket/7090:
[ticket/7090] Update documented minimum PHP version to 5.2.0
Diffstat (limited to 'phpBB/docs/coding-guidelines.html')
-rw-r--r-- | phpBB/docs/coding-guidelines.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/docs/coding-guidelines.html b/phpBB/docs/coding-guidelines.html index 8365e3c301..12cbbc2caa 100644 --- a/phpBB/docs/coding-guidelines.html +++ b/phpBB/docs/coding-guidelines.html @@ -2362,7 +2362,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2)) <div class="codebox"><pre> ... -'FOO_BAR' => 'PHP version < 4.3.3.<br /> +'FOO_BAR' => 'PHP version < 5.2.0.<br /> Visit "Downloads" at <a href="http://www.php.net/">www.php.net</a>.', ... </pre></div> @@ -2371,7 +2371,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2)) <div class="codebox"><pre> ... -'FOO_BAR' => 'PHP version &lt; 4.3.3.<br /> +'FOO_BAR' => 'PHP version &lt; 5.2.0.<br /> Visit &quot;Downloads&quot; at <a href="http://www.php.net/">www.php.net</a>.', ... </pre></div> @@ -2380,7 +2380,7 @@ if (utf8_case_fold_nfc($string1) == utf8_case_fold_nfc($string2)) <div class="codebox"><pre> ... -'FOO_BAR' => 'PHP version &lt; 4.3.3.<br /> +'FOO_BAR' => 'PHP version &lt; 5.2.0.<br /> Visit “Downloads” at <a href="http://www.php.net/">www.php.net</a>.', ... </pre></div> |