[nycphp-talk] large file uploads - clarification
Dan Cech
dcech at phpwerx.net
Mon Feb 2 16:41:08 EST 2009
Michael Southwell wrote:
> actually, upon more investigation, I find that the replacement php.ini
> is indeed being read, and some pre-processing is actually taking place.
> But <?= $variableName ?> is not getting parsed, and is instead getting
> inserted into the output stream. Short_open-tag is set to off but that's
> something different. Any ideas about what might be going on here? (This
> also seems to break JavaScript, by the way.)
Are you sure about that? AFAIK short_open_tag off will prevent using
that syntax. You can turn it on in your custom php.ini.
Dan
More information about the talk
mailing list