]> granicus.if.org Git - php/commit
Fixed bug #67583
authorNikita Popov <nikic@php.net>
Sat, 7 Jan 2017 21:51:18 +0000 (22:51 +0100)
committerNikita Popov <nikic@php.net>
Sat, 7 Jan 2017 21:53:28 +0000 (22:53 +0100)
commita46bbdda2e082070bd67ecdc500d9671bf1ab823
treec8701843bd722c0d9b5bd08caf165f4b26fac161
parentf346bd6ee6a9eecb3666071d3afd30216439367d
Fixed bug #67583

As fcgi_request is an opaque struct as of PHP 7, expose a new API
function fcgi_end() which does fcgi_flush() with end=1 and checks/
sets the ->ended flag.
NEWS
main/fastcgi.c
main/fastcgi.h
sapi/fpm/fpm/fpm_main.c