2kau Posted September 23, 2007 Share Posted September 23, 2007 I bought a new server and added it to the application cluster. The new server is running SUSE with 5.2.4 while the old ones are running SUSE with 5.1.2 PHP. With 5.2.4 <? is no longer working as an open tag. 5.1.2 is fine with it but 5.2.4 doesn't recognize it as an open tag. Is there a way to include that as an open tag in a PHP conf file? If so what file and what do I put in it? Thanks! Link to comment https://forums.phpfreaks.com/topic/70400-changes-from-512-to-524/ Share on other sites More sharing options...
Jessica Posted September 23, 2007 Share Posted September 23, 2007 You have to set it on in the php.ini file. http://www.php.net/manual/en/ini.core.php It's short_open_tag Link to comment https://forums.phpfreaks.com/topic/70400-changes-from-512-to-524/#findComment-353679 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.