On 14/08/2022 13:29, Paul Dragoonis wrote:
Moreover if you're looking at reasons people have previously or currently
moving away from PHP to other languages, due to limitations like pure async
or concurrency stuff .. then perhaps a new FRONTEND which can execute the
PHP runtime on the backend wou
Hey,
Am 14.08.22 um 14:29 schrieb Paul Dragoonis:
Hey,
So one thing that keeps me up at night (for a while now) is resisting the
urge not to venture down a rabbithole of writing code which is loading the
PHP runtime from Rust/Golang (up to MINIT)
And then at RINIT time, we load the right SAPI
Hey,
So one thing that keeps me up at night (for a while now) is resisting the
urge not to venture down a rabbithole of writing code which is loading the
PHP runtime from Rust/Golang (up to MINIT)
And then at RINIT time, we load the right SAPI and pass across the SERVER
vars that's needed for it.