1
0
mirror of https://github.com/php/php-src.git synced 2026-03-28 18:22:42 +01:00

Remove bcrypt_cost ini entry from declaration

This commit is contained in:
Anthony Ferrara
2012-09-12 11:44:03 -04:00
parent e9a7bde829
commit ebe0bd5dee

View File

@@ -539,8 +539,6 @@ PHP_INI_BEGIN()
STD_PHP_INI_ENTRY("error_append_string", NULL, PHP_INI_ALL, OnUpdateString, error_append_string, php_core_globals, core_globals)
STD_PHP_INI_ENTRY("error_prepend_string", NULL, PHP_INI_ALL, OnUpdateString, error_prepend_string, php_core_globals, core_globals)
PHP_INI_ENTRY("password.bcrypt_cost", "11", PHP_INI_ALL, NULL)
PHP_INI_ENTRY("SMTP", "localhost",PHP_INI_ALL, NULL)
PHP_INI_ENTRY("smtp_port", "25", PHP_INI_ALL, NULL)
STD_PHP_INI_BOOLEAN("mail.add_x_header", "0", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateBool, mail_x_header, php_core_globals, core_globals)