php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #63377
Patch ob.patch revision 2012-10-28 20:00 UTC by miau dot jp at gmail dot com

Patch ob.patch for Output Control Bug #63377

Patch version 2012-10-28 20:00 UTC

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

Developer: miau.jp@gmail.com

--- main/output.c.org	2012-10-27 17:04:46.000000000 +0900
+++ main/output.c	2012-10-27 17:04:52.000000000 +0900
@@ -607,7 +607,7 @@
 static inline void php_ob_append(const char *text, uint text_length TSRMLS_DC)
 {
 	char *target;
-	int original_ob_text_length;
+	uint original_ob_text_length;
 
 	original_ob_text_length=OG(active_ob_buffer).text_length;
 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 12:01:31 2024 UTC