IL PROTECTED]>; "PHP Group" <[EMAIL PROTECTED]>
Sent: Tuesday, January 28, 2003 4:03 PM
Subject: RE: [PHP-DEV] Re: Register Shutdown Function for Apache
| At 19:54 28/01/2003, Joseph Tate wrote:
| >Then, could we add a sapi_flush()/ob_flush() call at the end of
| >apache_php
At 19:54 28/01/2003, Joseph Tate wrote:
Then, could we add a sapi_flush()/ob_flush() call at the end of
apache_php_module_main after calling the normal register_shutdown_functions?
Yeah, something along these lines.
What else might have problems?
Might is a powerful word :)
Zeev
--
PHP De
11:23 AM
> To: Brian Moon; [EMAIL PROTECTED]; Joseph Tate
> Cc: Php-Dev List; PHP Group
> Subject: Re: [PHP-DEV] Re: Register Shutdown Function for Apache
>
>
> It also does not send the headers if there is not content.
>
>
> header("Location:
Tate" <[EMAIL PROTECTED]>
Cc: "Php-Dev List" <[EMAIL PROTECTED]>; "PHP Group" <[EMAIL PROTECTED]>
Sent: Tuesday, January 28, 2003 10:16 AM
Subject: Re: [PHP-DEV] Re: Register Shutdown Function for Apache
| You are correct. The output buffer is not auto
PHP Group" <[EMAIL PROTECTED]>
Sent: Tuesday, January 28, 2003 3:16 AM
Subject: [PHP-DEV] Re: Register Shutdown Function for Apache
| Joseph,
|
| Your latest patch seems to be in the right direction (admittedly I haven't
| reviewed it until now). A couple of random points:
|
| -
On Tue, 28 Jan 2003, Zeev Suraski wrote:
> Your latest patch seems to be in the right direction (admittedly I haven't
> reviewed it until now). A couple of random points:
>
> - It sounds dangerous to me to move php_request_shutdown() to be called
> from Apache's shutdown without further inspec
Joseph,
Your latest patch seems to be in the right direction (admittedly I haven't
reviewed it until now). A couple of random points:
- It sounds dangerous to me to move php_request_shutdown() to be called
from Apache's shutdown without further inspection. At least one thing
comes to mind -