Re: [PHP] Re: Connecting binary & php together

2002-12-03 Thread Stephan Seidt
Ok, I will see what --with-embed is going to show me ;) On Tue, 03 Dec 2002 11:41:19 -0500 J Smith <[EMAIL PROTECTED]> wrote: > > Not exactly sure what you mean here. Do you mean you'd like to get a C or > C++ library to work inside PHP, or get PHP to work inside of a C or C++ > app/library? >

[PHP] Re: Connecting binary & php together

2002-12-03 Thread J Smith
Not exactly sure what you mean here. Do you mean you'd like to get a C or C++ library to work inside PHP, or get PHP to work inside of a C or C++ app/library? If it's the former, then you want to build an extension to PHP. There are lots of examples in the ext directory. If it's the latter, t