2010-02-18 21 views

回答

4

我覺得short_open_tag不能用的ini_set被修改()。

+3

「'short_open_tag'在PHP <5.3.0標記爲PHP_INI_PERDIR,這意味着不能用'的ini_set()'改變它」 http://stackoverflow.com/questions/5633301/cannot轉角過短,開放式標籤與-INI-集 – Geo 2012-12-26 19:04:39

27

你應該能夠改變它在.htaccess文件,如果它沒有被鎖定

 
<IfModule mod_php5.c> 
    php_value short_open_tag 1 
</IfModule> 

更多細節

3

如果你有機會獲得一個.htaccess而不是php.ini中,只需添加這爲.htaccess在PHP應用程序,你打算上運行根:

php_value short_open_tag 1 
-1

添加到您的.htaccess文件,

php_value short_open_tag 1