[EMAIL PROTECTED] wrote: > Has anyone else noticed this behaviour? > If you reference a PHP variable within JavaScript using the midgard syntax: > "&(variable);" apache segfaults, if you reference the variable using native > PHP syntax "<? echo $variable; ?>" everything is fine. Is this a bug?
Yes, and I think 1.4.2 fixes it. MMP should be entirely insensitive to crashing because of a bug like this; if the parser is wrong you might see a PHP error but not a segfault. One of the plusses of parsing to straight PHP. Emile --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
