Page 1 of 1

simple question

Posted: Thu Mar 13, 2008 12:59 pm
by pedrokas
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

Re: simple question

Posted: Thu Mar 13, 2008 1:30 pm
by onion2k
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
There's a setting in php.ini to switch it on. Search for short_open_tag in it, and set it to 1.