From: Matthew Flaschen Date: Tue, 21 May 2013 19:13:12 +0000 (-0400) Subject: Update referenced PHP version in 'normal' README. X-Git-Tag: 1.31.0-rc.0~19518^2 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/banques/ajouter.php?a=commitdiff_plain;h=ec8d6a90b35bc70dd5597d668b9ac2616a93ef6c;p=lhc%2Fweb%2Fwiklou.git Update referenced PHP version in 'normal' README. Change-Id: I5cbe65b4508e183a52f904c561dbd9c7aa03c64f --- diff --git a/includes/normal/README b/includes/normal/README index b82eb93f8d..d046123ad6 100644 --- a/includes/normal/README +++ b/includes/normal/README @@ -49,8 +49,8 @@ grains of salt. There's an experimental PHP extension module which wraps the ICU library's normalization functions. This is *MUCH* faster than doing this work in pure PHP code. This is at https://gerrit.wikimedia.org/r/gitweb?p=mediawiki/extensions/normal.git;a=summary. -It is known to work with PHP 4.3.8 and 5.0.2 on Linux/x86 but hasn't -been thoroughly tested on other configurations. +It is used by the WMF, which currently runs PHP 5.3.10 on Linux. It hasn't been +thoroughly tested on other configurations, but may work. If the php_normal.so module is loaded in php.ini, the normalization functions will automatically use it. If you can't (or don't want to) load it in php.ini,