First, I would like to say a big thanks for the daily Snapshot of the PHP version (updated daily at 5:00am).<br /><br />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 :<br /><br />- Other places in the code, such as when you say : <br />$html = new html();<br />doesn't work but <br />$html = new html;<br />works.<br /><br />- "," at the end of a array definition before the closing ) = error<br /><br />Frederic Hutow
Registered: 02/16/00
Posts: 188
Loc: Austin, Texas, USA
I think you should upgrade to the latest PHP4.. Unless you have some really good reasons not too? PHP3 is pretty out dated by now... <br /><br />------------------------------------------------<br />Jeremy 'PeelBoy' Amberg
_________________________
------------------------------------------------ Jeremy 'PeelBoy' Amberg
I am on a Community Server and the provider doesn't yet offer PHP 4 on my server.<br /><br />They have put PHP 4 for New Accounts and I hope one day they will upgrade the other servers, but until then, I'm stuck with PHP 3.<br /><br />Frederic Hutow<br /><br />
Yup.<br /><br />Until then, I do not mind doing the necessary modifications to make it work to PHP 3 on my site. I really do not mind moving away from Perl for WWWThreads, so the small work is really slim when you compare on the performance increase over the "Perl" version.<br /><br />One day it will get upgraded to PHP 4.<br /><br />And, the way Scream is coding, it make it very easy to do modifications, always a clean code and easy to understand.<br /><br />Frederic Hutow<br /><br />
Rick
Guru
Registered: 05/11/99
Posts: 8372
Loc: Olympia, WA
The type of things you are reporting I can get changed. It's just a matter of they way I have coded for PERL, and I can easily change the way I do them in PHP if it will help.<br /><br />---<br />Scream<br /><A HREF="http://www.wcsoft.net" target="_new">http://www.wcsoft.net</A>