Searched refs:fastcgi (Results 1 – 8 of 8) sorted by relevance
2 FPM: bug68207 - fastcgi.error_header setting headers after sent29 $tester->start(iniEntries: ['fastcgi.error_header' => '"HTTP/1.1 550 PHP Error"']);
2 FPM: gh9981 - fastcgi.error_header is not reset32 'fastcgi.error_header' => '"HTTP/1.1 500 PHP Error"',
8 ADD_SOURCES('main', 'fastcgi.c', 'cgi');
1733 int fastcgi; local1776 fastcgi = fcgi_is_fastcgi();1786 if (!fastcgi) {1845 if (!fastcgi) {1859 if (fastcgi || bindpath) {1943 fastcgi = fcgi_is_fastcgi();1950 if (fastcgi) {2278 if (!cgi && !fastcgi) {2443 if (fastcgi) {2475 if (fastcgi) {[all …]
816 ; https://php.net/fastcgi.impersonate817 ;fastcgi.impersonate = 1821 ;fastcgi.logging = 0
818 ; https://php.net/fastcgi.impersonate819 ;fastcgi.impersonate = 1823 ;fastcgi.logging = 0
1874 . Fixed bug GH-9981 (FPM does not reset fastcgi.error_header).1937 . Fixed bug #68207 (Setting fastcgi.error_header can result in a WARNING).
1697 PHP_ADD_SOURCES_X(main, fastcgi.c, -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1, PHP_FASTCGI_OBJS, no)
Completed in 30 milliseconds