Remove taint support
authorTim Starling <tstarling@wikimedia.org>
Mon, 6 May 2013 07:34:23 +0000 (17:34 +1000)
committerTim Starling <tstarling@wikimedia.org>
Mon, 6 May 2013 07:39:07 +0000 (17:39 +1000)
commit196865004d87e3ad26c37426f49d6a770fe58e3d
tree49bed782f1d28257353d5229457911e250e82967
parent45ce72f907c6948fa1228066eb3a8119a1737554
Remove taint support

Venema's taint feature was apparently never publicised beyond the
php-dev mailing list, and now there is a PECL taint extension which is
incompatible with the interface assumed here.

Grep confirms that wfArrayMap() is not used in any extensions.

Change-Id: I17d8d302947443262474c608829c7c7504bef589
includes/GlobalFunctions.php
includes/WebRequest.php
includes/db/Database.php
includes/installer/Installer.php