MeltwaterArchive / storyplayer

Bring your user and service stories to life through automation
Other
69 stars 14 forks source link

Update text processing to use PHP in HostLib #173

Closed mheap closed 3 years ago

mheap commented 9 years ago

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)

stuartherbert commented 9 years ago

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?