Why is "<?" no longer working and instead only "<?php" works?

Posted by Stephane Grenier on Stack Overflow See other posts from Stack Overflow or by Stephane Grenier
Published on 2009-01-12T15:11:44Z Indexed on 2010/06/13 5:22 UTC
Read the original article Hit count: 245

Filed under:
|

I was using xampp to develop locally and then I installed the PHP from the direct installer. Now in some of my PHP code, only PHP code that starts with "<?php" is correctly parsed. Anything that starts with "<?" or "<?=" is completely ignored and just left as is.

How can I adjust the configuration to parse either tokens?

© Stack Overflow or respective owner

Related posts about php

Related posts about xampp