[PHP-DEV] RFC proposal: worker mode primitives for SAPIs

2023-12-23 Thread Kévin Dunglas
Hello and Merry Christmas! One of the main features of FrankenPHP is its worker mode, which lets you keep a PHP application in memory to handle multiple HTTP requests. Worker modes are becoming increasingly popular in the PHP world. Symfony (Runtime Component), Laravel (Octane), and many projects

[PHP-DEV] [RFC] [Discussion] Final by default anonymous classes

2023-12-23 Thread Daniil Gentili
Hi, After the feedback received in the final voting thread for the final anonymous classes RFC, I've created another RFC this time to make anonymous classes final by default, here it is: https://wiki.php.net/rfc/final_by_default_anonymous_classes Regards, Daniil Gentili. -- PHP Internals -

Re: [PHP-DEV] [RFC] [Discussion] Resource to object conversion

2023-12-23 Thread Máté Kocsis
Hi Larry, Thanks for your input. I'm fine with adding a separate vote whether votes are ok with the described approaches of converting resources to objects, and then the 3 way vote can be eliminated. Regards, Máté