mirror of
https://github.com/php/php-src.git
synced 2026-04-21 06:51:18 +02:00
e65e013e15
Redirection will work correctly as long as PATH_INFO is available,
e.g. via the following nginx configuration:
set $path_info $fastcgi_path_info;
fastcgi_param PATH_INFO $path_info;