go-php icon indicating copy to clipboard operation
go-php copied to clipboard

would this package profit from this?

Open Dexus opened this issue 7 years ago • 1 comments

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

Dexus avatar Jan 31 '19 12:01 Dexus

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.

deuill avatar Feb 04 '19 12:02 deuill