Re: [PHP-CVS] com php-src: Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx): NEWS ext/session/tests/bug61728.phpt main/main.c

2012-04-17 Thread Johannes Schlüter
On Sun, 2012-04-15 at 13:00 +0800, Laruence wrote: On Sun, Apr 15, 2012 at 12:36 PM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! I'm not sure this is a good idea - output buffers can include output functions IIRC, but you have already shut down modules. I would be very, Stas, they

Re: [PHP-CVS] com php-src: Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx): NEWS ext/session/tests/bug61728.phpt main/main.c

2012-04-17 Thread Yasuo Ohgaki
Hi, 2012/4/17 Johannes Schlüter johan...@schlueters.de: On Sun, 2012-04-15 at 13:00 +0800, Laruence wrote: On Sun, Apr 15, 2012 at 12:36 PM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! I'm not sure this is a good idea - output buffers can include output functions IIRC, but you

Re: [PHP-CVS] com php-src: Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx): NEWS ext/session/tests/bug61728.phpt main/main.c

2012-04-17 Thread Xinchen Hui
Sent from my iPhone 在 2012-4-18,3:22,Yasuo Ohgaki yohg...@ohgaki.net 写道: Hi, 2012/4/17 Johannes Schlüter johan...@schlueters.de: On Sun, 2012-04-15 at 13:00 +0800, Laruence wrote: On Sun, Apr 15, 2012 at 12:36 PM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! I'm not sure this is a

Re: [PHP-CVS] com php-src: Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx): NEWS ext/session/tests/bug61728.phpt main/main.c

2012-04-15 Thread Laruence
Mike: you may want to review this fix, http://news.php.net/php.cvs/68772 , thanks On Sun, Apr 15, 2012 at 1:00 PM, Laruence larue...@php.net wrote: On Sun, Apr 15, 2012 at 12:36 PM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! I'm not sure this is a good idea - output buffers can

[PHP-CVS] com php-src: Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx): NEWS ext/session/tests/bug61728.phpt main/main.c

2012-04-14 Thread Xinchen Hui
Commit:3b42f184cdcf512fdc1f944052bfa296f17a035f Author:Xinchen Hui larue...@php.net Sun, 15 Apr 2012 01:16:34 +0800 Parents: 6ecac269728360180a2813e75dfbe8338a05a27a Branches: PHP-5.4 Link:

Re: [PHP-CVS] com php-src: Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx): NEWS ext/session/tests/bug61728.phpt main/main.c

2012-04-14 Thread Laruence
Hi: you may want to review this patch. I have make sure all tests passed, but still not sure is there any side-effect. thanks On Sun, Apr 15, 2012 at 1:16 AM, Xinchen Hui larue...@php.net wrote: Commit:    3b42f184cdcf512fdc1f944052bfa296f17a035f Author:    Xinchen Hui larue...@php.net  

Re: [PHP-CVS] com php-src: Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx): NEWS ext/session/tests/bug61728.phpt main/main.c

2012-04-14 Thread Stas Malyshev
Hi! Hi: you may want to review this patch. I have make sure all tests passed, but still not sure is there any side-effect. I'm not sure this is a good idea - output buffers can include output functions IIRC, but you have already shut down modules. I would be very, very careful with

Re: [PHP-CVS] com php-src: Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx): NEWS ext/session/tests/bug61728.phpt main/main.c

2012-04-14 Thread Laruence
On Sun, Apr 15, 2012 at 6:07 AM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! Hi:    you may want to review this patch.    I have make sure all tests passed, but still not sure is there any side-effect. I'm not sure this is a good idea - output buffers can include output functions

Re: [PHP-CVS] com php-src: Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx): NEWS ext/session/tests/bug61728.phpt main/main.c

2012-04-14 Thread Stas Malyshev
Hi! I'm not sure this is a good idea - output buffers can include output functions IIRC, but you have already shut down modules. I would be very, Stas, they are request shutdown, not module shutdown :) Request shutdown IIRC destroys functions and module's per-request data structures, which

Re: [PHP-CVS] com php-src: Fixed bug #61728 (php-fpm SIGSEGV running friendica on nginx): NEWS ext/session/tests/bug61728.phpt main/main.c

2012-04-14 Thread Laruence
On Sun, Apr 15, 2012 at 12:36 PM, Stas Malyshev smalys...@sugarcrm.com wrote: Hi! I'm not sure this is a good idea - output buffers can include output functions IIRC, but you have already shut down modules. I would be very, Stas, they are request shutdown, not module shutdown :) Request