From bb44d519e7f62353c81380bcccc0ed6dec53b759 Mon Sep 17 00:00:00 2001 From: Sergey Panteleev Date: Thu, 8 Dec 2022 15:43:07 +0300 Subject: [PATCH] Fix PHP 8.2.0 changelog --- ChangeLog-8.php | 253 +++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 252 insertions(+), 1 deletion(-) diff --git a/ChangeLog-8.php b/ChangeLog-8.php index 849d21e55..b4c8a1dd9 100644 --- a/ChangeLog-8.php +++ b/ChangeLog-8.php @@ -80,7 +80,258 @@ changelog_header(8, $MINOR_VERSIONS);
  • idate() now accepts format specifiers "N" (ISO Day-of-Week) and "o" (ISO Year).
  • Fixed bug (DateTime::diff miscalculation is same time zone of different type).
  • Fixed bug (DateTime object comparison after applying delta less than 1 second).
  • -
  • Fixed bug : (DateInterval 1.5s added to DateTimeInterface is rounded
  • +
  • Fixed bug (DateInterval 1.5s added to DateTimeInterface is rounded down since PHP 8.1.0).
  • +
  • (Datetime fails to unserialize "extreme" dates).
  • +
  • (DateTime Object with 5-digit year can't unserialized).
  • +
  • (Wrong result from DateTimeImmutable::diff).
  • +
  • Fixed bug (DateTime::getLastErrors() not returning false when no errors/warnings).
  • +
  • Fixed bug with parsing large negative numbers with the @ notation.
  • + +
  • DBA: +
  • +
  • FFI: +
  • +
  • Fileinfo: +
  • +
  • Filter: +
  • +
  • FPM: +
  • +
  • FTP: +
  • +
  • GD: +
  • +
  • GMP: +
  • +
  • Hash: +
  • +
  • Intl: +
  • +
  • MBString: +
  • +
  • mysqli: +
  • +
  • MySQLnd: +
  • +
  • OCI8: +
  • +
  • ODBC: +
  • +
  • Opcache: +
  • +
  • OpenSSL: +
  • +
  • PCNTL: +
  • +
  • PCRE: +
  • +
  • PDO: +
  • +
  • PDO_Firebird: +
  • +
  • PDO_ODBC: +
  • +
  • PDO_PGSQL: +
  • +
  • Random: +
  • +
  • Reflection: +
  • +
  • Session: +
  • +
  • SOAP: +
  • +
  • Sockets: +
  • +
  • Sodium: +
  • +
  • SPL: +
  • +
  • SQLite3: +
  • +
  • Standard: +
  • +
  • Streams: +
  • +
  • Windows: +
  • +
  • XML: +
  • +
  • Zip: +