Author: ezyang
Description:
Now that MediaWiki is PHP 5 only, we should get rid of some of the compatibility
cruft lying around. GlobalFunctions.php is a good place to start.
Version: 1.8.x
Severity: normal
| • bzimport | |
| Jul 22 2006, 1:06 AM |
| F3034: GlobalFunctions.patch | |
| Nov 21 2014, 9:20 PM |
Author: ezyang
Description:
Now that MediaWiki is PHP 5 only, we should get rid of some of the compatibility
cruft lying around. GlobalFunctions.php is a good place to start.
Version: 1.8.x
Severity: normal
Keep wfClone and wfSeedRandom, but with the php 4 branches trimmed out; they may be
used by extensions for compatibility.