Avoid create_function. Making explicit functions.
authorPlatonides <platonides@users.mediawiki.org>
Wed, 22 Dec 2010 00:02:49 +0000 (00:02 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Wed, 22 Dec 2010 00:02:49 +0000 (00:02 +0000)
commit29ba65c6ec1db267fac2230bc71ee1dfabe421a4
tree7c017ddd49521e6b488030fdf7918a041ec83a7e
parentedc99e2013a7ac7260026cce06f014501a3e1bdb
Avoid create_function. Making explicit functions.
Not using self:: in the callbacks for PHP 5.2 compatibility.
$sourceFields = array_keys( array_filter( $fields, array( $this, 'notUpgradeNull' ) ) ); works flawlessly too, but might begin throwing warnings in the future.
maintenance/fuzz-tester.php
maintenance/upgrade1_5.php