[PHP-DEV] Better Session Management by OTP encryption

2018-01-20 Thread Dominic Guhl
The PHP documentation on Session Data Deletion: > Obsolete session data must be inaccessible and deleted. Current session > module does not handle this well. Hello everyone! the current implementation of Sessions asks the PHP developer (which I name as "the user" from now on) to do a lot on

[PHP-DEV] Better Session Management by OTP encryption

2018-01-20 Thread Dominic Guhl
The PHP documentation on Session Data Deletion: > Obsolete session data must be inaccessible and deleted. Current session module does not handle this well. Hello everyone! the current implementation of Sessions asks the PHP developer (which I name as "the user" from now on) to do a lot on his

[PHP-DEV] Re: ICU and the INTL_IDNA_VARIANT_2003 deprecation

2018-01-20 Thread Christoph M. Becker
On 19.01.2018 at 19:11, Andrey Andreev wrote: > It seems that an important detail was missed in the RFC to deprecate > INTL_IDNA_VARIANT_2003 in PHP 7.2.0 (and later remove it). The only > other option available - INTL_IDNA_VARIANT_UTS46 - may not be > available at all, as PHP has ICU 4.0 as its

Re: [PHP-DEV] null coalesce addition assignment operator ??+=

2018-01-20 Thread Andreas Hennings
On 20 January 2018 at 12:02, Midori Koçak wrote: > What is going on here? I think I missed the original post. https://externals.io/message/101620 Here you can find all messages. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit:

Re: [PHP-DEV] null coalesce addition assignment operator ??+=

2018-01-20 Thread Midori Koçak
What is going on here? I think I missed the original post. On 19 January 2018 at 16:12, Sara Golemon wrote: > On Thu, Jan 18, 2018 at 7:13 PM, Christoph M. Becker > wrote: > > On 18.01.2018 at 23:58, Stanislav Malyshev wrote: > > > >>> I propose even more