Re: [PHP-DEV] [RFC] More Appropriate Date/Time Exceptions

2022-12-09 Thread Tim Düsterhus
Hi On 12/9/22 17:17, Dan Ackroyd wrote: If your data fails to unserialize, the only safe option is to throw it away. Even given that, you probably want to investigate how it got corrupted so that you can stop it from happening again. And doing that would rely on being able to see the data that

Re: [PHP-DEV] [RFC] More Appropriate Date/Time Exceptions

2022-12-09 Thread Dan Ackroyd
On Thu, 8 Dec 2022 at 15:05, Tim Düsterhus wrote: > > If your data fails to > unserialize, the only safe option is to throw it away. Even given that, you probably want to investigate how it got corrupted so that you can stop it from happening again. And doing that would rely on being able to see