PHP 8.5.0 Alpha 2 available for testing

Nuevas constantes globales

Intl

  • PATTERN (IntlDateFormatter)
  • PROPERTY_IDS_UNARY_OPERATOR (IntlChar)
  • PROPERTY_ID_COMPAT_MATH_START
  • PROPERTY_ID_COMPAT_MATH_CONTINUE

LDAP

  • LDAP_OPT_X_TLS_PROTOCOL_MAX
  • LDAP_OPT_X_TLS_PROTOCOL_TLS1_3

libxml

  • LIBXML_RECOVER
  • LIBXML_NO_XXE. Esto se usa en conjunción con LIBXML_NOENT cuando la sustitución de entidad debe realizarse, mientras se prohíbe la carga de entidad externa. Esta constante está disponible a partir de libxml2 2.13.

OpenSSL

  • X509_PURPOSE_OCSP_HELPER
  • X509_PURPOSE_TIMESTAMP_SIGN

PCNTL

Sockets

Las siguientes opciones de socket ahora están definidas si son soportadas:

XML

add a note

User Contributed Notes

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