Not processing <?=

Support and queries relating to all previous versions of ZoneMinder
Locked
tchiverton
Posts: 4
Joined: Wed Aug 17, 2005 6:54 pm

Not processing <?=

Post 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.
tchiverton
Posts: 4
Joined: Wed Aug 17, 2005 6:54 pm

Post by tchiverton »

Ahh, have to set
short_open_tag = On
in php.ini

Grr. You should mention that.
Baylink
Posts: 338
Joined: Sun Jun 19, 2005 3:19 am

Post by Baylink »

The documentation does, actually, mention that, I believe.
tchiverton
Posts: 4
Joined: Wed Aug 17, 2005 6:54 pm

Post 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.
Locked