A few folks had trouble using Lyceum because their host does not allow short php open tags (php directive short_open_tag set to 0). This is something I’d been meaning to do for a while but it got lost in the shuffle. Now it’s done.
For those of you who don’t know, here is a short php open tag:
<?
And here is a full php open tag:
<?php
Short tags are bad because they can conflict with xml’s open tag:
<?xml
The nightly on the downloads page has the new code. Let me know if you have any problems.
3 Comments so far
Leave a comment
Thanks, only a day and a half to get up. Thank you very much.
By Michael Behlen on 03.04.06 6:50 pm | Permalink
Or you can just do xml or a slight workaround and several months of nerdrage are averted.
I personally think using is far uglier than .
By James on 11.19.07 8:42 am | Permalink
Well that stripped my tags so what I meant was <?<??>xml
By James on 11.19.07 8:43 am | Permalink
HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>