On Wed, 25 Dec 2002, George Schlossnagle wrote:
> gschlossnagle Wed Dec 25 15:38:37 2002 EDT
>
> Modified files:
> /php4/sapi/cgi cgi_main.c
> Log:
> fix for 21177
Please fix the whitespace...
Derick
> @@ -1379,6 +1382,10 @@
> php_module_shutdown(TSRMLS_C);
> return FAILURE;
> }
> + if (no_headers) {
> + SG(headers_sent) = 1;
> + SG(request_info).no_headers = 1;
> + }
>
> /* This actually destructs the elements of the list - ugly hack */
> zend_llist_apply(&global_vars, (llist_apply_func_t)
>php_register_command_line_global_vars TSRMLS_CC);
>
--
-------------------------------------------------------------------------
Derick Rethans http://derickrethans.nl/
PHP Magazine - PHP Magazine for Professionals http://php-mag.net/
-------------------------------------------------------------------------
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php