On Fri, Aug 16, 2013 at 12:55 PM, Johannes Schlüter
<[email protected]> wrote:
> I was successful by using embedded SAPI for that and ignoring all things
> from php_embed.[ch]. Sure this gives few extra symbols and a few bytes
> of unneeded code but works fine.
Yes, exactly. This is a cleaner/more formal way of doing that,
without the extra symbols and unneeded code.
This is a small change that is no trouble to keep on our local branch.
My question is basically whether it's of value to anyone but us and
"no" is a perfectly valid answer. :)
Thanks!