mattgleeson Posted September 12, 2007 Share Posted September 12, 2007 Hi I've just tried loading an application that I wrote some time ago. Throughout the application I use the <?= php tag. I'm now running PHP 5.2.x and I've noticed that the compiler seems to be ignoring these tags and printing them as text rather than executing the PHP script contained within the tags. Are the tags still supported? Is there some way of enabling/disabling them in php.ini? Cheers Quote Link to comment https://forums.phpfreaks.com/topic/68964-solved-does-php-52-support-the/ Share on other sites More sharing options...
redarrow Posted September 12, 2007 Share Posted September 12, 2007 short tags look in the php.ini buy the way soon in php 6 short tags no longer exist. Quote Link to comment https://forums.phpfreaks.com/topic/68964-solved-does-php-52-support-the/#findComment-346641 Share on other sites More sharing options...
hackerkts Posted September 12, 2007 Share Posted September 12, 2007 Try to search for short_open_tag in php.in Quote Link to comment https://forums.phpfreaks.com/topic/68964-solved-does-php-52-support-the/#findComment-346643 Share on other sites More sharing options...
mattgleeson Posted September 12, 2007 Author Share Posted September 12, 2007 Thanks for the help - that was a super quick response time. Quote Link to comment https://forums.phpfreaks.com/topic/68964-solved-does-php-52-support-the/#findComment-346655 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.