I just installed php 5.3.0 and it won\'t run php scripts utilizing short open tags like , only
That's because it's simply a bad practice. I suggest re-converting all your scripts to use . If you're lazy, you can use a find and replace, if you have access to powerful command lines like bash you can use sed to do this for you.
. If you're lazy, you can use a find and replace, if you have access to powerful command lines like bash you can use sed to do this for you.