On 11.01.2023 at 14:07, Christian Schneider wrote:

> While migrating to PHP 8.2 we noticed the change in strtotime.
> PHP <= 8.1 supported "today +- 3 days" etc. but the support for multiple sign 
> characters (++, --, -+, +-) has been removed in 8.2:
>       https://3v4l.org/mHa3t
>
> This was discussed at
>       https://github.com/php/php-src/issues/9950#issuecomment-1314101723
>
> I understand the reasoning to remove support even though I liked the 
> flexibility but as this is a small BC break I was wondering if it should be 
> added to the migration document for 8.2.

Given that PHP itself has no problems with this
(<https://3v4l.org/8WBEj>), I think a changelog entry is appropriate.
Maybe you want to provide a respective PR?

--
Christoph M. Becker

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: https://www.php.net/unsub.php

Reply via email to