First, I would like to say a big thanks for the daily Snapshot of the PHP version (updated daily at 5:00am).

Is the Snapshot made for PHP 4+ only? I have PHP 3 with Safe Mode and have a few problems with it that doesn't seem to be on your Developement Site since it went online :

- Other places in the code, such as when you say :
$html = new html();
doesn't work but
$html = new html;
works.

- "," at the end of a array definition before the closing ) = error

Frederic Hutow