Re: [PHP4BETA] DSO extensions....
[email protected] (Sascha Schumann)
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 24 May 2000, PHP Developers List wrote: > I would like to write a PHP4 extension as a shared object. Could > anyone point me to documentation on how to do it? I'm able to write a > static module and get it to compile... I just need to know how to compile > it as a shared object. See README.SELF-CONTAINED-EXTENSION. It's as easy as saying --enable-foobar=shared. - Sascha