php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #55457
Patch bug55457.patch revision 2011-08-19 07:20 UTC by laruence@php.net

Patch bug55457.patch for Built-in web server Bug #55457

Patch version 2011-08-19 07:20 UTC

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

Developer: laruence@php.net

Index: sapi/cli/php_http_parser.h
===================================================================
--- sapi/cli/php_http_parser.h	(revision 315157)
+++ sapi/cli/php_http_parser.h	(working copy)
@@ -112,7 +112,7 @@
   unsigned char index;
 
   uint32_t nread;
-  size_t content_length;
+  long content_length;
 
   /** READ-ONLY **/
   unsigned short http_major;
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 21:01:27 2024 UTC