Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 633 Bytes

standard.md

File metadata and controls

24 lines (15 loc) · 633 Bytes

The standard extension

Configure the standard extension.

This is an always enabled core PHP extension that provides common functionality to PHP extensions and SAPIs.

PHP_EXT_STANDARD_ARGON2

  • Default: OFF
  • Values: ON|OFF

Include the Argon2 support in password_*() functions.

PHP_EXT_STANDARD_CRYPT_EXTERNAL

  • Default: OFF
  • Values: ON|OFF

Use external crypt library, such as libcrypt or libxcrypt, instead of the bundled PHP crypt.