Re: [PHP-DEV] why to call php_output_activate(TSRMLS_C) from php_module_startup(reposting first time)(bug #30397)

2004-10-18 Thread Kamesh Jayachandran
Can someone respoond to this. With regards Kamesh Jayachandran On Thu, 07 Oct 2004 23:10:24 -0700, Kamesh Jayachandran [EMAIL PROTECTED] said: Hi All, I could see php_output_activate(TSRMLS_C) getting called from php_module_startup immedeately after php_output_startup. Why is this needed?

Re: [PHP-DEV] why to call php_output_activate(TSRMLS_C) from php_module_startup(reposting first time)(bug #30397)

2004-10-18 Thread Zeev Suraski
At 08:52 18/10/2004, Kamesh Jayachandran wrote: Can someone respoond to this. With regards Kamesh Jayachandran On Thu, 07 Oct 2004 23:10:24 -0700, Kamesh Jayachandran [EMAIL PROTECTED] said: Hi All, I could see php_output_activate(TSRMLS_C) getting called from php_module_startup immedeately

Re: [PHP-DEV] why to call php_output_activate(TSRMLS_C) from php_module_startup(reposting first time)(bug #30397)

2004-10-18 Thread Marcus Boerger
Hello Zeev, Monday, October 18, 2004, 11:14:20 AM, you wrote: At 08:52 18/10/2004, Kamesh Jayachandran wrote: Can someone respoond to this. With regards Kamesh Jayachandran On Thu, 07 Oct 2004 23:10:24 -0700, Kamesh Jayachandran [EMAIL PROTECTED] said: Hi All, I could see

[PHP-DEV] why to call php_output_activate(TSRMLS_C) from php_module_startup

2004-10-08 Thread Kamesh Jayachandran
Hi All, I could see php_output_activate(TSRMLS_C) getting called from php_module_startup immedeately after php_output_startup. Why is this needed? As each SAPI modules call php_output_activate(TSRMLS_C) explicitly as a part of request startup. Why am I concerned about this? Ans: