I've been Committed

by Chaim Krause
Sunday, July 10, 2005
Posted to Tinjaw's bw Blog
I mucked around with the source code a bit yesterday. I tracked down a bug, fixed it, and committed the fix to cvs. It was a small fix, but a fix none the less.

For those of you geeky enough to care what the fix was... When you have gzip compression already turned on in bitweaver and you also turn it on in phpBB, the code in phpBB tried to start the output buffer when it is already started and bingo, error. I just added a check to see if it was already opened before opening the ob.