Re: modifying default DOCTYPE header in 5.2?

Vincent:

> To me, the bug is on the server side.

It's not a bug, but a feature: 
short_open_tag in Apache configuration. See 
http://www.php.net/manual/en/configuration.php

which actually says

short_open_tag boolean
Tells whether the short form (<? ?>) of PHP's open tag should be allowed. If you want to use PHP in combination with XML, you have to disable this option. If disabled, you must use the long form of the open tag (<?php ?>).


ciao, .mau.

Received on Tuesday, 20 November 2001 11:56:43 UTC