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

index dd827e29a276c3dfa9da9b9e0e9802eca9e0a02b..743e78d6b76ff09ad7a38d9b8a48690ccb77a507 100644 (file)
 ;     It's not possible to decide to force a variable to be passed by reference
 ;     when calling a function.  The PHP 4 style to do this is by making the
 ;     function require the relevant argument by reference.
+; - 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 ;