On Mon, Aug 28, 2017 at 12:10 PM, Frederik Bosch | Genkgo <f.bo...@genkgo.nl > wrote:
> Little misunderstanding then. I agree we can better have this PHP 7.3 and > take some time for it. Current votes also suggest that we should go for the > array argument implementation. Since there is only a PR for the extra > argument implementation, it will also take time to have the PR for the > array argument implementation ready. Taken that into account, we should not > want this in 7.2. > Indeed, yes. Assuming the votes continue on this sharp lean towards the array option, we should just forget all notions of trying to sneak this into 7.2. Direct calls in 7.2 and earlier can easily fall back on calling header('Set-Cookie: ...'); manually, while sessions support is slightly more complex, but still doable from userspace. I expect if need is deemed high for this, a drop-in composer package can do 90% of the work automatically. -Sara