Hi again,
if you enable short_open_tags in your php.ini, when you try to start
AUR you will get an error:

"Parse error: syntax error, unexpected T_STRING in
../aur/web/template/header.php on line 1"

this because the server believes that <?xml is really <?php so it
elaborates the code as php.
A simple workaround for this problem is to add the xml code in a
print() instruction.

I'm sending this patch but I know probably this will be swerve because
few people enable short_open_tags, anyway why not try ;)

-- 
Andrea `BaSh` Scarpino
Arch Linux Developer

Attachment: 0001-workaround-for-xml-tag.patch
Description: Binary data

Reply via email to