On Sunday 29 September 2002 11:45, [EMAIL PROTECTED] wrote:
> On Sun, 29 Sep 2002, Edin Kadribasic wrote:
> > I have just committed initial work on enabling embedding PHP into C/C++
> > applications. It is mostly complete, but there a few pieces missing,
> > namely the installation part. The modification of the build system adds
> > another target, so in order to test the new functionality you need to
> > configure php in the usual manner, and then do "make", "make install" and
> > "make libs". Since libs are not installed by "make install" you need to
> > copy libphp.so manually to appropriate directory.
>
> What about a libphp.a? :)

Forgot to mention it, but that one is built as well. Beware, linking the PHP 
engine staticly will increase your C app binary size by at least 2 MB.

Edin

--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to