I have recently installed Win8 on my computer. Then I instaled wamp 2.2 with php 5.4 and I am unable to make short tag work.
I have already put:
"short_open_tag = On"
into the php.ini file and I am sure that apache is loading the right file because the path to "Loaded Configuration File" in phpinfo() is good.
I would be glad for any piece of advice. Thanks.

<?=$someVar; ?>(as replace for<?php echo) should work regardless of the settingshort_open_tagin PHP 5.4. Anything other you want to do with short tags isn't recommended, strongly! – Dan Lee Sep 25 '12 at 9:04Then I instaled wamp 2.2 with php 5.4– Dan Lee Sep 25 '12 at 9:08