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;
|