]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Switch autoloader from '__autoload' magic function name to registering our function...
authorBrion Vibber <brion@pobox.com>
Wed, 5 Jan 2011 23:27:17 +0000 (23:27 +0000)
committerBrion Vibber <brion@pobox.com>
Wed, 5 Jan 2011 23:27:17 +0000 (23:27 +0000)
commitf5650806cc0556d93ada1b43b16608ea3695c76a
tree6b487c2799777857902b8ff3a974f0ef3c2206f5
parent946a4ac17b5152119e8618d3339777159b524d53
Switch autoloader from '__autoload' magic function name to registering our function with spl_autoload_register(); fixes compat problem with PHPUnit 3.5+ which seems to break the old __autoload
lib/common.php