Commit:    ebe0bd5dee07bebd8444d9e7c28864ba17efeef8
Author:    Anthony Ferrara <ircmax...@gmail.com>         Wed, 12 Sep 2012 
11:44:03 -0400
Parents:   e9a7bde829b3e43e2c61455752801e31ea88974f
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=ebe0bd5dee07bebd8444d9e7c28864ba17efeef8

Log:
Remove bcrypt_cost ini entry from declaration

Changed paths:
  M  main/main.c


Diff:
diff --git a/main/main.c b/main/main.c
index 2f40dc9..5eb9947 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)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to