Re: [PHP-DEV] Re: #26968 [Fbk->Asn]: Segmentation fault

2004-01-20 Thread Wez Furlong
looks "good" in that it should work and doesn't do anything particularly wrong, even if it is ugly :-) --Wez. - Original Message - From: "Ard Biesheuvel" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, January 20, 2004 11:04 PM Subject: [PH

[PHP-DEV] Re: #26968 [Fbk->Asn]: Segmentation fault

2004-01-20 Thread Ard Biesheuvel
I've come up with a rather ugly workaround for this bug, but it does work and it only touches interbase.c. It basically works in the following way: - the module refuses to be loaded by dl() [MODULE_TEMPORARY], so only loading from php.ini is allowed [MODULE_PERSISTENT], - the module NULLs its dlo