The beginnings of HipHop compiled mode support. It works now for parser cache hits.
[lhc/web/wiklou.git] / includes / normal / UtfNormalDefines.php
index d759c64..6c4d8b7 100644 (file)
@@ -1,6 +1,10 @@
 <?php
 /**
- * Some constant definitions for the unicode normalization module
+ * Some constant definitions for the unicode normalization module.
+ *
+ * Note: these constants must all be resolvable at compile time by HipHop, 
+ * since this file will not be executed during request startup for a compiled
+ * MediaWiki.
  *
  * @file
  * @ingroup UtfNormal