You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before we were adding PATH_INFO only when `.php` was detected in the URI.
Now we always provide the PATH_INFO based on what the Go web server parsed
(which excludes the query string) and if we detect `.php` we only provide
the trailing bit after.
This will remove any query string from PATH_INFO (fix#135), and will also
always provide a PATH_INFO even if the script name is not within the URI.
0 commit comments