bjori           Fri May 25 19:25:15 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src    php.ini-recommended 
  Log:
  MFH: Mention why short_open_tags is off (bug#37068)
  
  
http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.179.2.11.2.18&r2=1.179.2.11.2.19&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.179.2.11.2.18 
php-src/php.ini-recommended:1.179.2.11.2.19
--- php-src/php.ini-recommended:1.179.2.11.2.18 Tue May 22 13:27:16 2007
+++ php-src/php.ini-recommended Fri May 25 19:25:15 2007
@@ -108,6 +108,9 @@
 ;     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 ;

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

Reply via email to