Hi...
The last PHP4 compatible version of SimpleTest was released last week. I'm afraid that if you are a PHP4 user, and you need a fix, the only way it will get done is if someone submits a patch.
The good news is that if you are a PHP5 user and use E_STRICT, the current subversion checkout should work right now. We are also working to clear down all outstanding bugs. This should form the 1.1 release.
Except that there is more bad news

. If you have hacked SimpleTest in any way, that is - used any methods or variables with an underscore in front, you will find things changing. They will become protected or private and change name. If you want some of them to become public, and you have a use case to back it up, now would be a great time to submit a tracker item, or to contact us on the mail list. We need to know what things to keep. If we can't keep them for refactoring down the line, then at least we know the use case so that we can accommodate a similar feature.
yours, Marcus