|
Posted by farrishj@gmail.com on 05/28/07 17:50
On May 28, 11:35 am, Darko <darko.maksimo...@gmail.com> wrote:
> No, that shouldn't make any difference, fortunately Microsoft doesn't
> make PHP nor Apache. <?php #code# ?> is definitely something ANY php
> parser should understand. It takes guts and wits to reconfigure a web
> server in such way it doesn't recognise this syntax :)
If somebody HAS done this (web host), I assume they've built or
borrowed an entity parser (probably in .NET, Ruby, Python) that
provides simple entity parsing based on script blocks, which they (I
assume) then put the contents of into a call to a command-line
instance of PHP. In this way, I assume someone could extend php into a
codebase that does not natively understand PHP. If the folks building
this type of PHP extension needed it quickly/did not understand about
<?php and why ignoring it is bad (destroys portability of code), then
I think, unless they have REALLY good reasons for doing so, I'd find
another web host.
Navigation:
[Reply to this message]
|