Skip to content

Conversation

@cweiske
Copy link
Contributor

@cweiske cweiske commented Jul 8, 2014

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;

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;
@Tyrael
Copy link
Contributor

Tyrael commented Jul 8, 2014

the patch seems trivial.
@jpauli @smalyshev should we merge this into 5.4/5.5 or should I only merge it into 5.6 (and master) and we cherrypick it into 5.4/5.5 later?

@smalyshev
Copy link
Contributor

@Tyrael looks ok for 5.4

@Tyrael
Copy link
Contributor

Tyrael commented Jul 8, 2014

@smalyshev awesome, will you merge the PR or should I?

@php-pulls php-pulls merged commit e76d3cb into php:master Jul 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants