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 #69625

Patch version 2015-05-12 05:19 UTC

Return to Bug #69625 | Download this patch
This patch is obsolete

Obsoleted by patches:

Patch Revisions:

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;
> 			}
> 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 15:01:28 2024 UTC