diff options
author | Brion Vibber <brion@pobox.com> | 2010-03-08 13:38:59 -0800 |
---|---|---|
committer | Brion Vibber <brion@pobox.com> | 2010-03-08 13:38:59 -0800 |
commit | 927a368d0e4c924ec8132ff054be311e17ded45e (patch) | |
tree | b041e3a33cced91292f49323c890bfb4b9aa9975 /install.php | |
parent | 3b0bdc0ae2730f9dc8ad4772fa5a65dae351b976 (diff) |
CentOS 5.4 still has bad PCRE in stock (though all bets off for PHP packages, since you'd need a version update anyway...)
Diffstat (limited to 'install.php')
-rw-r--r-- | install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install.php b/install.php index 7fece8999..929277e5e 100644 --- a/install.php +++ b/install.php @@ -308,7 +308,7 @@ function checkPrereqs() printf('<p class="error">PHP is linked to a version of the PCRE library ' . 'that does not support Unicode properties. ' . 'If you are running Red Hat Enterprise Linux / ' . - 'CentOS 5.3 or earlier, see <a href="' . + 'CentOS 5.4 or earlier, see <a href="' . 'http://status.net/wiki/Red_Hat_Enterprise_Linux#PCRE_library' . '">our documentation page</a> on fixing this.</p>'); $pass = false; |