php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #60923
Patch diff revision 2012-01-29 17:39 UTC by robertbasic dot com at gmail dot com

Patch diff for CGI/CLI related Bug #60923

Patch version 2012-01-29 17:39 UTC

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

Developer: robertbasic.com@gmail.com

Index: main/output.c
===================================================================
--- main/output.c	(revision 322921)
+++ main/output.c	(working copy)
@@ -218,11 +218,11 @@
 	if (OG(flags) & PHP_OUTPUT_DISABLED) {
 		return 0;
 	}
-	if (OG(flags) & PHP_OUTPUT_ACTIVATED) {
+	/*if (OG(flags) & PHP_OUTPUT_ACTIVATED) {*/
 		php_output_op(PHP_OUTPUT_HANDLER_WRITE, str, len TSRMLS_CC);
 		return (int) len;
-	}
-	return php_output_stderr(str, len);
+	/*}
+	return php_output_stderr(str, len);*/
 }
 /* }}} */
 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 01:01:28 2024 UTC