Browse Source

Mention why short_open_tags is off (bug#37068)

PHAR_1_2
Hannes Magnusson 19 years ago
parent
commit
5240666f6c
  1. 3
      php.ini-recommended

3
php.ini-recommended

@ -96,6 +96,9 @@
; are emitted for non-critical errors, but that could be a symptom of a bigger
; problem. Most notably, this will cause error messages about the use
; of uninitialized variables to be displayed.
; - short_open_tag = Off [Portability]
; Using short tags is discouraged when developing code meant for redistribution
; since short tags may not be supported on the target server.
;;;;;;;;;;;;;;;;;;;;
; Language Options ;

Loading…
Cancel
Save