Index: trunk/phase3/includes/DefaultSettings.php |
— | — | @@ -1099,6 +1099,8 @@ |
1100 | 1100 | # |
1101 | 1101 | # Profiling / debugging |
1102 | 1102 | # |
| 1103 | +# You have to create a 'profiling' table in your database before using |
| 1104 | +# profiling see maintenance/archives/patch-profiling.sql . |
1103 | 1105 | |
1104 | 1106 | /** Enable for more detailed by-function times in debug log */ |
1105 | 1107 | $wgProfiling = false; |
Index: trunk/phase3/RELEASE-NOTES |
— | — | @@ -131,6 +131,7 @@ |
132 | 132 | before attempting a connection, and produce a friendlier error if the connection fails |
133 | 133 | * (bug 5005): Fix XHTML <gallery> output. |
134 | 134 | * (bug 5315) "Expires: -1" HTTP header made strictly valid (using 1970 date). |
| 135 | +* (bug 4825): note in DefaultSettings.php about 'profiling' table creation |
135 | 136 | |
136 | 137 | == Compatibility == |
137 | 138 | |