Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 674 Bytes

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 674 Bytes

Changelog

This document lists all notable changes across the main Git branches of this repository.

PHP 8.5

  • C11 standard
  • ...

PHP 8.4

New configuration variables:

  • PHP_EXT_OPENSSL_ARGON2
  • PHP_EXT_OPENSSL_LEGACY_PROVIDER

Removed configuration variables:

  • ASPELL_ROOT
  • CCLIENT_ROOT
  • GDBM_ROOT
  • KERBEROS_ROOT
  • PHP_EXT_DBA_GDBM
  • PHP_EXT_IMAP
  • PHP_EXT_IMAP_KERBEROS
  • PHP_EXT_IMAP_SHARED
  • PHP_EXT_IMAP_SSL
  • PHP_EXT_OCI8
  • PHP_EXT_OPENSSL_KERBEROS
  • PHP_EXT_PDO_OCI
  • PHP_EXT_PDO_OCI_SHARED
  • PHP_EXT_PSPELL
  • PHP_EXT_PSPELL_SHARED
  • PHP_EXT_READLINE_LIBREADLINE
  • READLINE_ROOT

PHP 8.3

  • Added initial build system based on the upstream PHP 8.3