|
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 #61218Patch version 2012-03-01 12:05 UTC Return to Bug #61218 | Download this patchPatch 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;
}
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 01:00:01 2025 UTC |