This:
if(isset($test)) { ($test = "$test"); } else { ($test = "no test"); }
Works i 4.0.4 if I do
test.php?test=hello
but in 4.0.5 I can only get "no test"
What has changed? What am I doing wrong?
Sorry my mistake, seems php.ini fucked it up.
Lesson learned: don't play with php.ini-optimized until you need it and know how to use it ;-)