Re: [PHP] how to compile a dynamic extension

2002-03-25 Thread Thalis A. Kalfigopoulos
Maybe I'm missing something, but if you mean that you want to add some new functionality into your PHP module e.g. for the GD image library, then you create the libphp.so all over again (don't you?) --t. On Mon, 25 Mar 2002, Charmaine Tian wrote: > Hi there, > > I have my own extension and

[PHP] how to compile a dynamic extension

2002-03-25 Thread Charmaine Tian
Hi there, I have my own extension and I need to compile it with PHP. I was able to use the automatic build system to compile it as a static module (--with-mymodule or --enable-mymodule). However, I cannot find any documentation on how to compile it as a shared module. Can anybody enlgihten me how