deuill/go-php

would this package profit from this?

Dexus opened this issue · 1 comments

Dexus commented

Hello @deuill,

would this package profit from https://github.com/basvanbeek/embed2-sapi ?

Its not php7 but i think it would make it easy to use for concurrency php... with some trweaks.

Regards, Josef

The scope of that project is largely similar to what we do in engine.c and context.c, i.e. a layer between the PHP internals and an application via a SAPI module. Both projects suffer the same limitations with regards to concurrency, and require PHP to be compiled with thread-safety on (which is rarely done in distribution packages) in order to avoid memory faults in concurrent use.