From 4f9c8e2e45d0983f88fa48a7d2badbe11ce10f3d Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 30 Jun 2011 17:01:32 +0000 Subject: [PATCH] - This directive also affects the shorthand <?=, + This directive also affected the shorthand + <?= before PHP 5.4.0, which is identical to <? echo. Use of this - shortcut requires short_open_tag + shortcut required short_open_tag to be on. + Since PHP 5.4.0, <?= is always available.