MeltwaterArchive/storyplayer

Update text processing to use PHP in HostLib

mheap opened this issue · 1 comments

Using awk has worked so far, but it's not as portable as it could be. If we move text processing to be performed in PHP then it will work identically on OSX and Linux (and maybe even Windows if we ever get that far)

I've pushed the code for this into the hotfix/2.3.2 branch. Works locally, and I've added some additional tests for code that has been modified for this hotfix.

Can you test it at DataSift, and let me know if it's good to go?