﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	focuses
1630	PHP_SELF in PHP as CGI	Ozh		"There are some PHP configuration where PHP_SELF or $_SERVER['PHP_SELF'] are empty ($_SERVER['PHP_SELF'] exists but is empty)
This seems to be the problem :
''''Note: If you are using CGI PHP, it must have been compiled with the --enable-force-cgi-redirect switch for $PHP_SELF to have the correct value'''' (from PHPlib documentation)

For blog pages, it seems not to be big deal since $pagenow returns 'index.php' as a default value, which is actually the case on any page. But the admin interface is more troublesome, and particulary the part of admin.php that handles plugin pages :

''$page_hook = get_plugin_page_hook($plugin_page, $pagenow);''
(line 45)

This can lead to plugins not being loaded."	defect (bug)	closed	normal		Administration	1.5.2	major	fixed	php_self cgi		
