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
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
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