[Bug 27562] Make $wgVersion a constant

2011-02-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27562

Chad H.  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||innocentkil...@gmail.com
 Resolution||WONTFIX

--- Comment #2 from Chad H.  2011-02-19 18:08:56 UTC 
---
Replacing a global scoped variable with a global scoped define doesn't really
change anything other than making it impossible for users to change.

And there is some valid reasons to change it: $wgVersion = '1.17wmf1'; ...etc
etc.

In general, I think changing it would break more stuff than it would fix, so
I'm gonna go ahead and WONTFIX this.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 27562] Make $wgVersion a constant

2011-02-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=27562

--- Comment #1 from Max Semenik  2011-02-19 15:41:53 UTC 
---
This is PHP, everything can be screwed up by playing loose with globals. I
don't see why $wgVersion is special.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l