From: Brion Vibber Date: Mon, 8 Mar 2010 21:38:59 +0000 (-0800) Subject: CentOS 5.4 still has bad PCRE in stock (though all bets off for PHP packages, since... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=927a368d0e4c924ec8132ff054be311e17ded45e;p=quix0rs-gnu-social.git CentOS 5.4 still has bad PCRE in stock (though all bets off for PHP packages, since you'd need a version update anyway...) --- diff --git a/install.php b/install.php index 7fece8999f..929277e5e8 100644 --- a/install.php +++ b/install.php @@ -308,7 +308,7 @@ function checkPrereqs() printf('

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 our documentation page on fixing this.

'); $pass = false;