Re: [PHP-DEV] Extension Installer Catch 22

2006-06-10 Thread Michael B Allen
On Sat, 10 Jun 2006 19:18:56 +0200 Stefan Esser <[EMAIL PROTECTED]> wrote: > Hello Michael, > > I'm writing an extension installer. I want to write the installer in > > PHP. This presents a problem if the extension was previously installed and > > is automatically being loaded because it can segfa

Re: [PHP-DEV] Extension Installer Catch 22

2006-06-10 Thread Stefan Esser
Hello Michael, > I'm writing an extension installer. I want to write the installer in > PHP. This presents a problem if the extension was previously installed and > is automatically being loaded because it can segfault after overwriting > the .so module file. > IIRC, the correct way to replace

[PHP-DEV] Extension Installer Catch 22

2006-06-10 Thread Michael B Allen
I'm writing an extension installer. I want to write the installer in PHP. This presents a problem if the extension was previously installed and is automatically being loaded because it can segfault after overwriting the .so module file. Can someone recommend a method to avoid this? I can think of