(bug 20463) Replace is_a() with instanceof. Installer already bails on PHP4 before...
authorChad Horohoe <demon@users.mediawiki.org>
Tue, 1 Sep 2009 14:09:33 +0000 (14:09 +0000)
committerChad Horohoe <demon@users.mediawiki.org>
Tue, 1 Sep 2009 14:09:33 +0000 (14:09 +0000)
commit49e79ed3439123fb97e90281fe0d844d7f89d92a
tree37462e9044869f92defe262299d15d66af17941f
parentae24133db9b5e0c511876c0e048062ae0d3b4f9d
(bug 20463) Replace is_a() with instanceof. Installer already bails on PHP4 before we get here, so it's ok. Still one usage of is_a() in t/Test.php, but nothing calls it and I don't care.
config/Installer.php