From ebe0bd5dee07bebd8444d9e7c28864ba17efeef8 Mon Sep 17 00:00:00 2001 From: Anthony Ferrara Date: Wed, 12 Sep 2012 11:44:03 -0400 Subject: [PATCH] Remove bcrypt_cost ini entry from declaration --- main/main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main/main.c b/main/main.c index 2f40dc91b7d..5eb9947fe7a 100644 --- a/main/main.c +++ b/main/main.c @@ -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)