How to enable PHP short tags?

后端 未结 19 2416
清酒与你
清酒与你 2020-11-21 05:29

I have a web application on a Linux server which starts with

I needed to copy this application to a windows environment and everything is working

19条回答
  •  不知归路
    2020-11-21 05:58

    To set short tags to open from a Vagrant install script on Ubuntu:

    sed -i "s/short_open_tag = .*/short_open_tag = On/" /etc/php5/apache2/php.ini
    

提交回复
热议问题