Deprecate MWFunction::call and ::callArray
authorKevin Israel <pleasestand@live.com>
Fri, 19 Jul 2013 03:30:42 +0000 (23:30 -0400)
committerKevin Israel <pleasestand@live.com>
Fri, 19 Jul 2013 22:48:51 +0000 (18:48 -0400)
commit052f1fcf308c7fabdaf0b177a776a1fe795c2789
tree6f74a325d3bb3b5a989d4350abe579538c5c0f52
parent73f35bbb027f5926b0ce8f8cdfa2a138ea9fef63
Deprecate MWFunction::call and ::callArray

These functions existed to work around a bug (fixed in PHP 5.3) and
a missing feature (added in PHP 5.2) in older versions of PHP;
therefore, they are no longer necessary.

Change-Id: Ifebbe3d449fc57fd83f8350c28f467605c1a07b7
includes/GlobalFunctions.php
includes/MWFunction.php
includes/WebStart.php
maintenance/doMaintenance.php
tests/phpunit/includes/GlobalFunctions/GlobalTest.php
tests/phpunit/includes/MWFunctionTest.php