]> granicus.if.org Git - php/commitdiff
Mention why short_open_tags is off (bug#37068)
authorHannes Magnusson <bjori@php.net>
Fri, 25 May 2007 19:24:29 +0000 (19:24 +0000)
committerHannes Magnusson <bjori@php.net>
Fri, 25 May 2007 19:24:29 +0000 (19:24 +0000)
php.ini-recommended

index c04e171e98a7321514948d7f8cb92e7a1a7bc673..f7d23ebf37826b87227798e1aa10942a096f6773 100644 (file)
@@ -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 ;