Hello,I just compiled php 5.0.5 and it works fine. Single problem: $_SERVER['PHP_SELF'] contains a querystring.
Calling php_self.php?a=b returns $_SERVER['PHP_SELF'] = php_self.php?a=b instead of a correct php_self.php only. The same happens with $_SERVER['SCRIPT_NAME']
Any hint appreciated! Regards, Peter