Hi
On 24/12/2023 17:04, Derick Rethans wrote:
> On 24 December 2023 12:46:40 CET, Niels Dossche
> wrote:
>> Hi internals
>>
>> I opened a PR [1] to implement Partitioned cookie support, as requested on
>> the bugtracker [2], into the setcookie() PHP function. This is done by
>> adding an optio
On Sat, Dec 23, 2023 at 12:34 PM Kévin Dunglas wrote:
> 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
On 24 December 2023 12:46:40 CET, Niels Dossche wrote:
>Hi internals
>
>I opened a PR [1] to implement Partitioned cookie support, as requested on the
>bugtracker [2], into the setcookie() PHP function. This is done by adding an
>option to the $options array, not via an additional argument to th
On Sat, Dec 23, 2023, at 2:34 PM, Kévin Dunglas wrote:
> 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.
Hi internals
I opened a PR [1] to implement Partitioned cookie support, as requested on the
bugtracker [2], into the setcookie() PHP function. This is done by adding an
option to the $options array, not via an additional argument to the function.
The amount of code to support this is tiny.
Thi