Bin Hu-3 wrote:
>
>
> some other reasons, I want to call an external library written in C++.
>
> Bin
>
>
I thought this is what PECL is http://pecl.php.net/, you compile the c++ as
a php interface, then call it like a normal function.
Or compile your c++ as a normal app, then call it using system (I do this
with Python all the time) read the vars from a DB or command line.
I use a DB to provide feed back, so a AJAX page pings the DB for a %
complete.
monk.e.boy
--
View this message in context:
http://www.nabble.com/Calling-non-php-library-tp20786028p20788583.html
Sent from the Zend Framework mailing list archive at Nabble.com.