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! Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.