Re: [PHP-DEV] Ides of March [WAS: tsrm_shutdown() and the CLI SAPI]

2006-05-30 Thread Steph Fox
lly matters. - Steph - Original Message - From: "Dmitry Stogov" <[EMAIL PROTECTED]> To: "'Steph Fox'" <[EMAIL PROTECTED]> Cc: "'PHP-GTK dev'" <[EMAIL PROTECTED]>; "'internals'" Sent: Tuesday, May 30,

RE: [PHP-DEV] Ides of March [WAS: tsrm_shutdown() and the CLI SAPI]

2006-05-29 Thread Dmitry Stogov
:[EMAIL PROTECTED] > Sent: Tuesday, May 30, 2006 1:30 AM > To: Dmitry Stogov > Cc: 'PHP-GTK dev'; 'internals' > Subject: Re: [PHP-DEV] Ides of March [WAS: tsrm_shutdown() > and the CLI SAPI] > > > Hi Dmitry, > > Finally cracked it, and you'

Re: [PHP-DEV] Ides of March [WAS: tsrm_shutdown() and the CLI SAPI]

2006-05-29 Thread Steph Fox
Hi Dmitry, Finally cracked it, and you're right it had nothing to do with the suspected optimizations. There was a win32 memory fix where you included the PHP win32 config file in the Zend one, confusing heck out of TSRM's totally independent (until it meets Zend) alloca definition, which is s

[PHP-DEV] Re: [PHP-GTK-DEV] Re: [PHP-DEV] Ides of March [WAS: tsrm_shutdown() and the CLI SAPI]

2006-05-29 Thread Steph Fox
I'm down to four possible changes - I'm just going back through them with a full build, one by one. (Takes ages here.) It could be anything at present... Dmitry, you're definitely off the hook over those optimizations though, promising though they seemed. /me was hoping for something relativ

Re: [PHP-DEV] Ides of March [WAS: tsrm_shutdown() and the CLI SAPI]

2006-05-29 Thread Marcus Boerger
Hello Steph, can it be that the return value of the dtor functions are wrong? They have always been wrong and during last months we tried to sort things out. Actually i was planning to have HEAD and 5.2 both respect the APPLY values correct. Should i wait with those changes now until someone fig

RE: [PHP-DEV] Ides of March [WAS: tsrm_shutdown() and the CLI SAPI]

2006-05-29 Thread Dmitry Stogov
Hi Steph, I have no idea what is wrong with optimized class/functions tables cleanup. In case if EG(full_tables_cleanup) is set, the behavior should be exactly the same as before patch. PHP uses EG(full_table_cleanup) only for dl(), but I do't know how php-gtk uses it. Thanks. Dmitry. > -Ori

Re: [PHP-DEV] Ides of March [WAS: tsrm_shutdown() and the CLI SAPI]

2006-05-29 Thread Edin Kadribasic
Hi, Yes, something broke while we were at 5.1.3-dev. It would be really nice if Dmitry could have a look at this. We have many reports that things have gotten much more ustable on Windows since 5.1.2. Edin Steph Fox wrote: > Hi all, > > I've spent a fun weekend debugging TSRM and bits of ZE2,