[PHP-DEV] StreamWrapper support for glob()

2022-08-14 Thread Timmy Almroth
Hi! I'm Tim and I am a web developer and PHP programmer since 20 years back, living in Sweden. Regarding feature request #9224 StreamWrapper support for glob() , I would love to hear everyone's thoughts on this. With good feedback and if anyone would gra

Re: [PHP-DEV] Executing PHP SAPI/runtime from Golang/Rust

2022-08-14 Thread Rowan Tommins
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

Re: [PHP-DEV] Executing PHP SAPI/runtime from Golang/Rust

2022-08-14 Thread Thomas Nunninger
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

[PHP-DEV] Executing PHP SAPI/runtime from Golang/Rust

2022-08-14 Thread 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 and pass across the SERVER vars that's needed for it.