[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? :)
It will work, too. My I idea was having only libphp.so (the name is a little confusing, though) and install libphp.a and libphp.so for PlPhp. With the sapi, users are easier to set thing up right :) -- Yasuo Ohgaki -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php