* 2.1AS * piranha-0.7.0-3.i386.rpm Although the default php config shipped with 2.1AS allowed short tags, the latest errata release does not. Workarounds: 1 - edit all the php files in the package for f in *.php3; do mv $f $f.bak; sed -e 's/<?/&php/g' <$f.bak >$f; done 2 - edit /etc/php.ini to allow short tags
To clarify: this bug makes piranha-gui completely unusable. Php ignores the short tags and passes them straight through. Many of them appear literally in the page. Of course, there is always the third workaround: edit /etc/sysconfig/ha/lvs.cf manually.
piranha-0.7.0-4 fixes this problem by converting the short tags to long tags.
An errata has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHBA-2003-178.html