RE: Strategy
Brought to you by:
iridium
From: Max H. <ma...@fl...> - 2002-03-16 11:54:24
|
Hi all, > >I'd like to develop it using the tools that are available. > > .. and of course you want to use the tools that are available, > but does that > refrain you from using php3? I'm a php-newbie, so you have to > tell me: Does the use of php3 'impossiblelize' (can't find another word ;-) > the new and better functionality you had in mind for PHPWeather 2? PHP4 does many things a lot better than php3. We can write cleaner, faster code more easily, and use functions to save so much time. (eg foreach() or include_once(). It's not impossible to write good code that is compatible with 3, but I just don't think it's worth it any more. > If so, then I surrender and say "go ahead, I'll stay behind". No hard > feelings though. ;-) Your host will eventually have to upgrade; or you can find a better one. Mention the serious security hole in PHP and that they've got the choice to reinstall a new version of 3, or go to 4.. Max |