Re: [PHP] Reuse PHP functions in a third-party application

2007-03-23 Thread Richard Lynch
On Wed, March 21, 2007 3:34 am, Robert Enyedi wrote: > Thanks for the info. Under these circumstances I suppose that the CGI > calling mode is the best suited. > > On the other hand this option might raise some performance penalty. I > wonder if better performance could be achieved if I would use a

Re: [PHP] Reuse PHP functions in a third-party application

2007-03-21 Thread Robert Enyedi
Richard, Thanks for the info. Under these circumstances I suppose that the CGI calling mode is the best suited. On the other hand this option might raise some performance penalty. I wonder if better performance could be achieved if I would use a socket based call interface to my module runni

Re: [PHP] Reuse PHP functions in a third-party application

2007-03-20 Thread Richard Lynch
On Tue, March 20, 2007 5:27 am, Robert Enyedi wrote: > I'm not very familiar with the internal architecture of the Zend PHP > engine nor with the PHP module mechanism, but can you reuse compiled > PHP > modules in other applications? > > Is there a way of calling the functions of a compiled module

Re: [PHP] Reuse PHP functions in a third-party application

2007-03-20 Thread Tijnema !
On 3/20/07, Robert Enyedi <[EMAIL PROTECTED]> wrote: I'm not very familiar with the internal architecture of the Zend PHP engine nor with the PHP module mechanism, but can you reuse compiled PHP modules in other applications? Is there a way of calling the functions of a compiled module from a th

[PHP] Reuse PHP functions in a third-party application

2007-03-20 Thread Robert Enyedi
I'm not very familiar with the internal architecture of the Zend PHP engine nor with the PHP module mechanism, but can you reuse compiled PHP modules in other applications? Is there a way of calling the functions of a compiled module from a third party C application? Thanks, Robert -- PHP G