Make maintenance/update.php parse again under PHP 4.1.0
authorPlatonides <platonides@gmail.com>
Tue, 26 Feb 2013 20:52:23 +0000 (21:52 +0100)
committerPlatonides <platonides@gmail.com>
Tue, 26 Feb 2013 20:52:23 +0000 (21:52 +0100)
commit55e8388137a826a7e7e5d259a95bc0a984eb35c2
tree9f51c1408ba299a650885d7616c9d262e0ea01ee
parent7e6ad48641e9fbf3b9650112d0d9ea463507d0f9
Make maintenance/update.php parse again under PHP 4.1.0

The instanceof produces a parse error on old PHP versions,
which doesn't show the old-version error message.

Note that our is minimum PHP version is 5.3.2, so it won't
produce E_STRICTs (is_a() was undeprecated in 5.3.0)

Change-Id: I5904301759bd154dd87ed90a5176369e37346482
maintenance/update.php