Re: [PHP-DEV] [patch] Session RSHUTDOWN, shutdown_destructors() issues

2011-03-20 Thread Stas Malyshev
Hi! Can you reopen bug 36759 please? Please add these comments and other relevant info to the bug, I'll reopen it. -- Stanislav Malyshev, Software Architect SugarCRM: http://www.sugarcrm.com/ (408)454-6900 ext. 227 -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, vis

Re: [PHP-DEV] [patch] Session RSHUTDOWN, shutdown_destructors() issues

2011-03-20 Thread Tim Starling
On 20/03/11 14:30, Stas Malyshev wrote: > Hi! > >> I guess I'm suffering from some tl;dr here. Here's the short version: >> please apply the attached patch to the 5.3 branch. It removes some >> code which is broken and unnecessary. > > I'm not sure it's a good idea. That code is there for a reason,

Re: [PHP-DEV] [patch] Session RSHUTDOWN, shutdown_destructors() issues

2011-03-19 Thread Stas Malyshev
Hi! I guess I'm suffering from some tl;dr here. Here's the short version: please apply the attached patch to the 5.3 branch. It removes some code which is broken and unnecessary. I'm not sure it's a good idea. That code is there for a reason, specifically: http://svn.php.net/viewvc?view=revis

Re: [PHP-DEV] [patch] Session RSHUTDOWN, shutdown_destructors() issues

2011-03-19 Thread Tim Starling
I guess I'm suffering from some tl;dr here. Here's the short version: please apply the attached patch to the 5.3 branch. It removes some code which is broken and unnecessary. Index: Zend/zend_execute_API.c === --- Zend/zend_execute_A

Re: [PHP-DEV] [patch] Session RSHUTDOWN, shutdown_destructors() issues

2011-03-16 Thread Herman Radtke
> Could you please also open a ticket in the bug tracker? > thanks He did: http://bugs.php.net/bug.php?id=54157 Now he is bringing the discussion here per Johannes. I too have experienced Tim's problem and am interested in getting a discussion going on what can be done to solve it. -- Herman

Re: [PHP-DEV] [patch] Session RSHUTDOWN, shutdown_destructors() issues

2011-03-16 Thread Ferenc Kovacs
2011/3/16 Tim Starling > This is a followup to http://bugs.php.net/bug.php?id=54157 . Johannes > said I should post here. > > In the course of my MediaWiki development work, I hit a strange issue > involving session_set_save_handler(). > > PHP's built-in session handler is pretty much useless whe

[PHP-DEV] [patch] Session RSHUTDOWN, shutdown_destructors() issues

2011-03-15 Thread Tim Starling
This is a followup to http://bugs.php.net/bug.php?id=54157 . Johannes said I should post here. In the course of my MediaWiki development work, I hit a strange issue involving session_set_save_handler(). PHP's built-in session handler is pretty much useless when you have more than one server servi