DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40102>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40102 ------- Additional Comments From [EMAIL PROTECTED] 2006-08-03 13:04 ------- FWIW, if you want to tell the mod_php folks how to fix it, this is my guess: (1) SCRIPT_NAME is set by ap_add_cgi_vars in Apache's "util_script". (2) PHP presumably calls that somewhere - unless it's reinvented that wheel. (3) The bug *looks like* a case of PHP calling it too early - specifically *before* the rewrite happened - so of course there was no SCRIPT_NAME. (4) So a fix would be for mod_php to call it later. Or maybe even call it twice, if the early call is unavoidable. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
