Changes

Php.ini

630 bytes added, 19:25, 18 May 2015
The following lines were added (+) and removed (-):
== Short Open Tag ==* <?php Less than question mark php * <?= Less than question mark equal* <? Less than question markShould Apache PHP recognize <? and ?> tags as PHP source and parse the contents?It is generally recommended that <?php and ?> should be used because the short tags <? ?> may result in issues when generating XML.In php.ini short_open_tag = Offto short_open_tag = OnIn 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. 
Bureaucrat, administrator
16,199
edits