From d9022f63880ce039446fba8364f68e656b7bf4cb Mon Sep 17 00:00:00 2001 From: Pierre Schmitz Date: Thu, 3 May 2012 13:01:35 +0200 Subject: Update to MediaWiki 1.19.0 --- docs/design.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'docs/design.txt') diff --git a/docs/design.txt b/docs/design.txt index 192e8c6a..f95ef0f6 100644 --- a/docs/design.txt +++ b/docs/design.txt @@ -89,10 +89,6 @@ Naming/coding conventions: things will break. New code should use the standard method of setting visibilities as normal. - - Member variables are generally "mXxx" to distinguish them. This should make - it easier to spot errors of forgetting the required "$this->", which PHP - will happily accept by creating a new local variable rather than complaining. - - Globals are particularly evil in PHP; it sets a lot of them automatically from cookies, query strings, and such, leading to namespace conflicts; when a variable name is used in a function, it is silently declared as a new -- cgit v1.2.3-54-g00ecf