I got access to my new server (at vservers.com) today. The phpinfo() says it's running 4.0B2, which I guess is beta 2, and that's not good I suspect. But what's really bothering me is that I cannot custom config it. They say to add php_flag directives to the httpd.conf file. I have, like this:
php_flag asp_tags On
And when I look at phpinfo() it correctly shows that asp_tags is enabled. However, it still does nothing with the stuff between the <% asp %> tags. Is this a bug with beta 2? Is what I put in the .conf file incorrect?