Make a note about the reserved word problem.
authorGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 16 Dec 2007 15:39:24 +0000 (15:39 +0000)
committerGreg Sabino Mullane <greg@users.mediawiki.org>
Sun, 16 Dec 2007 15:39:24 +0000 (15:39 +0000)
includes/Namespace.php

index f4df3ba..57a7128 100644 (file)
@@ -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 {
 
        /**