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 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. 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 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. 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
Archived
This topic is now archived and is closed to further replies.