Alan Knowles wrote:

> PHP4 introduced a few issues -
> the string {$xxx} had problems

Is this a general PHP3<->PHP4 issue?

> and midgard snippets that where not closed with ?> also broke it,

Yes, that's unfortunate but unavoidable. Since we're no longer part of
the
page building process itself as we did in PHP3, we have shifted to using
the
Zend compiler to parse & execute the midgard elements. The downside of
this is
that each needs to be a valid script (syntax-wise) on its own.

Emile

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to