. Timezone initialization failure from serialized data will now throw an
instance of Error from __wakeup() or __set_state() instead of resulting in
a fatal error.
+ . DateTime and DateTimeImmutable now properly incorporate microseconds when
+ constructed from the current time, either explicitly or with a relative
+ string (e.g. "first day of next month"). This means that naive comparisons
+ of two newly created instances will now more likely return FALSE instead of
+ TRUE:
+ new DateTime() == new DateTime();
- DBA:
. Data modification functions (e.g.: dba_insert()) now throw an instance of