In the thread of the same name, it was suggested that
Remove the space from
<? php
i.e.
<?php
I have just installed a Fedora 12 system. The supplied httpd and php exhibit the "php shows blank pages on Apache" problem that seems to be caused by using "<?" instead of "<?php".
I have several hundred thousand lines of PHP code all written using "<?"
Is there a configuration for Apache that will allow a simple "<?" to operate?
Thanks.
Bill Lee
---------- Post added at 09:00 PM CDT ---------- Previous post was at 08:19 PM CDT ----------
It's a php.ini option.
The distribution sets
short_open_tag=off
even though the documentation three lines earlier in that file says the default is "on".
Regards,
Bill Lee