> On Tue, Mar 26, 2002 at 01:31:56AM -0800, Rasmus Lerdorf wrote: > > This comes up every now and then and I believe it would be a > > mistake to change the startup mode. I should be able to take > > any .php file and run it through php-cli normally and > > vice-versa. Having, in essence, two different file formats is > > not a step forward in any way. > > Complete agree here. This is the sensible thing to do, albeit > somehow aethetically disturbing. :-)
Depends how you look at it. To me, this is a PHP script: Hello World Unlike any other scripting language, PHP gets out of the way of the most common operation, that of outputting stuff. It also means that PHP has the absolute shortest and simplest Hello World you can have. If you think of the entire file as the script, there is nothing inconsistent or even aethetically disturbing about it as far as I am concerned. -Rasmus -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php