I anticipate wanting PHP to evaluate a lot of expressions and would
rather not create subprocesses to do it from inside my C program.
I've googled around for calling PHP from C, and know Apache does it, but
my C program won't have a full Apache environment. Can the libphp.so be
used otherwise?
rather not create subprocesses to do it from inside my C program.
I've googled around for calling PHP from C, and know Apache does it, but
my C program won't have a full Apache environment. Can the libphp.so be
used otherwise?
Comment