Page 1 of 1

Not processing <?=

Posted: Wed Aug 17, 2005 7:00 pm
by tchiverton
Why would my PHP install not process parts of the page like
<?= ZM_WEB_TITLE_PREFIX ?> - <?= $zmSlangLogin ?>
(in the head tag, for instance) ?

<?php tags seem to be being process fine, and don't show up.

What (I assume) PHP setting am I missing ?
This is a Fedora Legacy 7.3 box, PHP 4.1.2.

Posted: Wed Aug 17, 2005 7:05 pm
by tchiverton
Ahh, have to set
short_open_tag = On
in php.ini

Grr. You should mention that.

Posted: Thu Aug 18, 2005 2:15 am
by Baylink
The documentation does, actually, mention that, I believe.

Posted: Fri Aug 19, 2005 8:19 am
by tchiverton
Even knowing (now) what to google for, the only hit I see is in the README, not the documentation.
Anyway, aside from that bump, it's a nice system.