Fix for HipHop breakage in r87748 etc. Please do not use require_once(dirname(__FILE_...
authorTim Starling <tstarling@users.mediawiki.org>
Sun, 15 May 2011 13:36:59 +0000 (13:36 +0000)
committerTim Starling <tstarling@users.mediawiki.org>
Sun, 15 May 2011 13:36:59 +0000 (13:36 +0000)
commit69f2c2edee285d16ab8ac03c92ca91f79fd8a25b
tree286af09e2712861e7734fd198f1bd545047d0720
parent6fec4e3fdee76a551d7d50b95f05dd35f2128494
Fix for HipHop breakage in r87748 etc. Please do not use require_once(dirname(__FILE__)...) to fetch class, function or define() dependencies anymore. You do not need to have HipHop to know that doing so will break it.
includes/GlobalFunctions.php
includes/Setup.php
includes/normal/Utf8CaseGenerate.php
includes/normal/Utf8Test.php
includes/normal/UtfNormal.php
includes/normal/UtfNormalBench.php
includes/normal/UtfNormalGenerate.php
includes/normal/UtfNormalMemStress.php
includes/normal/UtfNormalTest.php
includes/normal/UtfNormalUtil.php