Step 4: Profit!!
authorPlatonides <platonides@users.mediawiki.org>
Tue, 26 Jan 2010 18:58:07 +0000 (18:58 +0000)
committerPlatonides <platonides@users.mediawiki.org>
Tue, 26 Jan 2010 18:58:07 +0000 (18:58 +0000)
commit11f8b8390cec0b0331f431b8a11721436a6035f8
tree0468471266f31713883125618d79880b57344d24
parent68f525870196403b870290776f15555582b61197
Step 4: Profit!!
Add and use PregSplitIterator instead of a direct preg_split.
Slower, but with an upper bound on memory usage.
includes/StringUtils.php
includes/parser/Parser.php
tests/preg_split_test.php [new file with mode: 0644]