There is a nice $limit parameter in PHP 5.4, but calling debug_backtrace on earlier...
authorPlatonides <platonides@users.mediawiki.org>
Sat, 18 Jun 2011 20:11:45 +0000 (20:11 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Sat, 18 Jun 2011 20:11:45 +0000 (20:11 +0000)
commit1f71f306a390fffee7b6f199a86827f50b03e50c
tree5e49e9feb6632075790c9ae35a54a736298d6df0
parenta2ff3d52dec71dbff084a2a84f38d3a4b43f10eb
There is a nice $limit parameter in PHP 5.4, but calling debug_backtrace on earlier versions with too much parameters, it errors returning null, so we need a PHP_VERSION comparison.
includes/GlobalFunctions.php