Hi,
I have a question on integrating c++ application with PHP.
With an already written c++ library, what is the best way to integrate this library into PHP? I found SWIG can help do this, but it seems to involve a lot effort to integrate a complex c++ library. I wondered whether you guys know any other tool or using SWIG is the only way ? By the way, I prefer not to touch the already written c++ library at all.
Thanks for any help and hint.
Alison