PHP 8.4.2 Released!

New Functions

Date

  • DateTime::createFromTimestamp()
  • DateTime::getMicrosecond()
  • DateTime::setMicrosecond()
  • DateTimeImmutable::createFromTimestamp()
  • DateTimeImmutable::getMicrosecond()
  • DateTimeImmutable::setMicrosecond()

Hash

  • HashContext::__debugInfo()

Intl

  • IntlDateFormatter::getIanaID()
  • intltz_get_iana_id()
  • IntlDateFormatter::parseToCalendar()
  • SpoofChecker::setAllowedChars()
  • grapheme_str_split()

Opcache

  • opcache_jit_blacklist()

PCNTL

  • pcntl_getcpu()
  • pcntl_getcpuaffinity()
  • pcntl_getqos_class()
  • pcntl_setns()
  • pcntl_waitid()

PGSQL

Sodium

  • sodium_crypto_aead_aegis128l_()*
  • sodium_crypto_aead_aegis256l_()*

XSL

  • XSLTProcessor::registerPhpFunctionNS()
add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top