Changes

Php.ini

265 bytes added, 19:34, 18 May 2015
/* Short Open Tag */
The following lines were added (+) and removed (-):
In PHP 5.4 and higher the short_open_tag=on directive applies to all short tags except <?= - the echo tag.  Since PHP 5.4 and higher the short echo tag <?= is always available and not affected by the short_open_tag ini directive. In PHP 5.4 and higher the short_open_tag=on directive applies to all short tags except <?= - the echo tag.  Since PHP 5.4 and higher the short echo tag <?= is always available and not affected by the short_open_tag ini directive.   Possible security risk? Byte-shifted code injection see: https://nealpoole.com/blog/2010/07/php-security-tip-beware-the-opening-tags/ <nowiki>PHP <script> Tags</nowiki> - All PHP installations will parse PHP code written with the old HTML style PHP script tags.
Bureaucrat, administrator
16,192
edits