|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch php_cli-headers_list.patch for CGI/CLI related Bug #53754Patch version 2011-01-14 21:46 UTC Return to Bug #53754 | Download this patchPatch Revisions: Developer: pistole@rhp.org
--- sapi/cli/php_cli.c (revision 307493)
+++ sapi/cli/php_cli.c (working copy)
@@ -380,7 +380,7 @@
static int sapi_cli_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struct *s TSRMLS_DC) /* {{{ */
{
- return 0;
+ return SAPI_HEADER_ADD;
}
/* }}} */
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 17 03:00:01 2025 UTC |