Hey everyone.
I am working on a project into which I wish to integrate PHP. I am almost done porting PHP into my
build system, so now I can go and utilize it together with PHP-CPP. However - PHP-CPP does not seem
to offer ways to start the engine itself, really. So, is there any embedding API that I need to take
note of?
The resulting php-build will have the following options applied: —with-pthreads
—enable-pthreads=static —enable-maintainer-zts —enable-curl=static —disable-shared
—enable-static —enable-embed=static
Kind regards, Ingwie!