From: Greg Sabino Mullane Date: Sun, 16 Dec 2007 15:39:24 +0000 (+0000) Subject: Make a note about the reserved word problem. X-Git-Tag: 1.31.0-rc.0~50397 X-Git-Url: http://git.cyclocoop.org/%24image?a=commitdiff_plain;h=a228c6e7d7c2f4c1b99a83798cee33259d314277;p=lhc%2Fweb%2Fwiklou.git Make a note about the reserved word problem. --- diff --git a/includes/Namespace.php b/includes/Namespace.php index f4df3bacb8..57a712824a 100644 --- a/includes/Namespace.php +++ b/includes/Namespace.php @@ -41,6 +41,11 @@ if( is_array( $wgExtraNamespaces ) ) { * Users and translators should not change them * */ + +/* +WARNING: The statement below may fail on some versions of PHP: see bug 12294 +*/ + class Namespace { /**