[pLog-svn] php5?

Jon Daley plogworld at jon.limedaley.com
Mon May 29 18:52:16 GMT 2006


 	How are all of you using php5?  It appears to be broken, with lots of 
users having trouble, and the developers ignoring or calling the reports 
"bogus".
   PHP_SELF and _SERVER["PATH_INFO"] apparently can't both be set correctly at 
the same time, and you can pick which one you want, based on the setting of 
cgi.fix_pathinfo.

Perhaps no one runs it as a cgi, which I do, since it is the easiest way to run 
suphp.

There appears to be one workaround, where every time you want to grab 
_SERVER["PATH_INFO"] et al. you check it, and if it is NULL you instead grab 
_SERVER["ORIG_PATH_INFO"] which seems pretty hacky to me.

It just seems odd that none of the developers seem to care.


**************************************
Jon Daley
http://jon.limedaley.com/

There are no traffic jams when you go the extra mile.
-- Anonymous


More information about the pLog-svn mailing list