From: Stephen D. <sd...@gm...> - 2008-11-08 23:59:57
|
On Sat, Nov 8, 2008 at 8:47 PM, Vlad Seryakov <vl...@cr...> wrote: >> >> Do you need to buy into the full build process? Maybe you can just >> pull in the header and link against the library..? > > The problem with PHP that it can support only one SAPI implementation > and nsphp is not just extesion but SAPI handler, so just compiling it as > extension will not work > There's an --enable-embed=shared option, and it seems to work (added). |