From 34593e90612e01553a6a3f6f765698344be89c3b Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Fri, 7 Sep 2012 02:45:01 +0000 Subject: [PATCH] Fixed doc bug #63024 (PHP 5.4.0, echo also has a shortcut syntax, where you can - immediately follow the opening tag with an equals sign. This short syntax - only works with the short_open_tag configuration setting - enabled. + immediately follow the opening tag with an equals sign. Prior to PHP 5.4.0, + this short syntax only works with the + short_open_tag configuration + setting enabled.