no:
about ereg_replace(). the function it deprecated and will not remain in php6. as long as you are using php5, ereg_replace (and similar functions) should work fine. deprecated does not mean, that the particular function does not work, but that it probably will not be supported in future version of php6. to solve your problem it should be enough to change the reporting level as the messages you get are only warnings.
when php 6 is coming I will update TWG. But when this is coming a lot of php scripts will need updates
. But php is not even alpha ...
But I can add to the debug function not the print this warning ...
- Michael