php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login

Patch php-fastcgi_binary_bug-fastcgi.c.patch for FPM related Bug #61218

Patch version 2012-03-01 12:05 UTC

Return to Bug #61218 | Download this patch
Patch Revisions:

Developer: bruzh2@gmail.com

--- fastcgi.c.orig	2012-01-04 05:26:11.000000000 +0700
+++ fastcgi.c	2012-03-01 16:40:12.000000000 +0700
@@ -405,10 +405,6 @@
 			zero_found = 1;
 		}
 		else {
-			if (zero_found) {
-				ret = 0;
-				break;
-			}
 			if (*eff_len < ((uint)-1)) {
 				++*eff_len;
 			}
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 04:01:31 2024 UTC