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.

Regards,
- Chris

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

Reply via email to