php: “short_open_tag = On” not working

后端 未结 4 621
没有蜡笔的小新
没有蜡笔的小新 2020-12-06 04:48

I have recently installed Win8 on my computer. Then I instaled wamp 2.2 with php 5.4 and I am unable to make short tag work.

I have already put:

4条回答
  •  一向
    一向 (楼主)
    2020-12-06 05:24

    I had the same problem recently after upgrading from PHP 5.3.18 to PHP 5.5.9..

    I realized that for some reason, short_open_tag was appearing in my php.ini file twice.

    If you did a find to get to that part of your php.ini file, try continuing the find to see if there is another instance.

提交回复
热议问题