On 17/05/2022 21:36, David CARLIER wrote:
I wanted a more general but early feedback on the idea itself
https://github.com/php/php-src/pull/3759
The same question that has already been asked on github:
What is the motivation? What is it meant to achieve?
--
PHP Internals - PHP Runtime Devel
Hi,
I wanted a more general but early feedback on the idea itself
https://github.com/php/php-src/pull/3759
which is encrypting/decrypting the session on the fly with openssl
(assuming as an improvement it would need a more complex key than the
session id to make it more useful and being configura
On 17.05.22 11:18, Jordi Boggiano wrote:
Thanks for the RFC. I think it's overall a good idea, especially for
cases like "false" => true, and arguably for ints >1/<0, but my gut
feeling is the string=>bool deprecation will lead to a lot of pain.
I definitely see this being done in many places w