diff --git a/appendices/ini.xml b/appendices/ini.xml index 737f81d8cd..f5557ec758 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -3817,10 +3817,12 @@ auto_prepend_file=security.php - 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.