|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch fpm_return_404_without_scriptfilename.diff for FPM related Bug #69625Patch version 2015-05-12 05:19 UTC Return to Bug #69625 | Download this patchThis patch is obsolete Obsoleted by patches:
Developer: cfc4n@cnxct.com
1836,1845d1835
< /* check if request_method has been sent.
< * if not, it's certainly not an HTTP over fcgi request */
< if (!SG(request_info).request_method) {
< goto fastcgi_request_done;
< }
<
< if (fpm_status_handle_request()) {
< goto fastcgi_request_done;
< }
<
1856a1847,1856
> /* check if request_method has been sent.
> * if not, it's certainly not an HTTP over fcgi request */
> if (!SG(request_info).request_method) {
> goto fastcgi_request_done;
> }
>
> if (fpm_status_handle_request()) {
> goto fastcgi_request_done;
> }
>
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Nov 06 04:00:02 2025 UTC |