[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, then look at sapi/embed, which lets you cram the PHP 
interpreter into any sort of application or library. It's still 
experimental, but it's a step in the right direction.

J


Stephan Seidt wrote:

 Hi
 
 I'm thinking about the best way to connect a c(++)
 binary with the php interpreter. I thought the best
 solution is to use a shared library which has been
 built by php. Is libphp4.so always the same or are
 the libraries for apache / apache2 / roxen / etc
 different ? I think the parameter --with-apxs
 or whatever is just given so that php knows
 what it has to do, right ?
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




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?
 
 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, then look at sapi/embed, which lets you cram the PHP 
 interpreter into any sort of application or library. It's still 
 experimental, but it's a step in the right direction.
 
 J
 
 
 Stephan Seidt wrote:
 
  Hi
  
  I'm thinking about the best way to connect a c(++)
  binary with the php interpreter. I thought the best
  solution is to use a shared library which has been
  built by php. Is libphp4.so always the same or are
  the libraries for apache / apache2 / roxen / etc
  different ? I think the parameter --with-apxs
  or whatever is just given so that php knows
  what it has to do, right ?
  
 
 
 -- 
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php


-- 
I won't pay Bill's

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php