]> granicus.if.org Git - php/commit
Fix #66479: Wrong response to FCGI_GET_VALUES
authorFrank Stolle <f.stolle@hosting-agency.de>
Thu, 30 Oct 2014 12:07:04 +0000 (13:07 +0100)
committerFrank Stolle <f.stolle@hosting-agency.de>
Thu, 30 Oct 2014 12:24:06 +0000 (13:24 +0100)
commit1106b10ae8729a23fbc99366dc12731a8140b775
tree898198ff25bbf1f0bb91317f17bb3b38e1bb7773
parentaf22cd665cbcbdfa07a3707d0651f719e023f0ec
Fix #66479: Wrong response to FCGI_GET_VALUES

Requesting Get-Values via FCGI caused an "endless" loop over the last requested parameter and ended with an invalid response. this patch solves this loop bug.
sapi/cgi/fastcgi.c