[PHP-DEV] Patch for bug #20539

2002-11-28 Thread Edin Kadribasic
Hi Sascha, The attached patch fixes a crash in CLI when php.ini contains: session.auto_start=1 magic_quotes_gpc=1 Could you please review it? Edin Index: session.c === RCS file: /repository/php4/ext/session/session.c,v

Re: [PHP-DEV] Patch for bug #20539

2002-11-28 Thread Edin Kadribasic
2:11 PM Subject: [PHP-DEV] Patch for bug #20539 Hi Sascha, The attached patch fixes a crash in CLI when php.ini contains: session.auto_start=1 magic_quotes_gpc=1 Could you please review it? Edin

Re: [PHP-DEV] Patch for bug #20539

2002-11-28 Thread Sascha Schumann
On Thu, 28 Nov 2002, Edin Kadribasic wrote: Forget the patch, its not working well. The problem is that with session autostart SID constant gets defined in rinit and gets destroyed twice. Yes, that's why I don't like to rely on internals of something which should be a black box. The