bjori           Fri May 25 19:24:29 2007 UTC

  Modified files:              
    /php-src    php.ini-recommended 
  Log:
  Mention why short_open_tags is off (bug#37068)
  
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.213&r2=1.214&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.213 php-src/php.ini-recommended:1.214
--- php-src/php.ini-recommended:1.213   Tue May 22 13:28:49 2007
+++ php-src/php.ini-recommended Fri May 25 19:24:29 2007
@@ -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 ;

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to