- Source code: ext/standard/CMakeLists.txt
Configure the standard
extension.
This is an always enabled core PHP extension that provides common functionality to PHP extensions and SAPIs.
- Default:
OFF
- Values:
ON|OFF
Include the Argon2 support in password_*()
functions.
- Default:
OFF
- Values:
ON|OFF
Use external crypt library, such as libcrypt or libxcrypt, instead of the bundled PHP crypt.