I've made a new installation in a ws2003+iis6 server with php 5.2.5.
Now (almost) all my pages stop working, i know the reason the short tag "<?" and if i change to normal tag "<?php" it seems to work just fine.
It is possible to change something im my installation to make the new php work with short tag?
If so how?
tks
simple question
Moderator: General Moderators
Re: simple question
There's a setting in php.ini to switch it on. Search for short_open_tag in it, and set it to 1.pedrokas wrote:I've made a new installation in a ws2003+iis6 server with php 5.2.5.
Now (almost) all my pages stop working, i know the reason the short tag "<?" and if i change to normal tag "<?php" it seems to work just fine.
It is possible to change something im my installation to make the new php work with short tag?
If so how?
tks