The pass-by-reference on the string on fastCompose() really slows things down sometim...
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 30 Oct 2004 12:35:37 +0000 (12:35 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 30 Oct 2004 12:35:37 +0000 (12:35 +0000)
commit1897c54f2afe4fbb293eb930273fbba878de75fb
treef4cfcf160906439e57652731e55a915eb1f7adce
parentca8ef41fbb6ed9ad8e41bca16ff8ea205ea6c683
The pass-by-reference on the string on fastCompose() really slows things down sometimes in PHP4. Taking it out speeds up processing of Japanese text significantly.
includes/normal/UtfNormal.php