I am trying to write an application that will use PHP as a scripting language. The application is a CGI handler, and I want to be able to call PHP pages from it.
I
I would check out how they've implemented the php command line binary. It seems the main function is in php_cli.c
And it calls php_execute_scrip and a bunch of other functions which looks promising.
php_execute_scrip