summaryrefslogtreecommitdiff
path: root/ext/standard/php_password.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/standard/php_password.h')
-rw-r--r--ext/standard/php_password.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/standard/php_password.h b/ext/standard/php_password.h
index 90e4d89bc4..8211ae1753 100644
--- a/ext/standard/php_password.h
+++ b/ext/standard/php_password.h
@@ -32,6 +32,9 @@ PHP_MINIT_FUNCTION(password);
#define PHP_PASSWORD_DEFAULT 1
#define PHP_PASSWORD_BCRYPT 1
+#define PHP_PASSWORD_SALT_RAW 1
+#define PHP_PASSWORD_SALT_BCRYPT 2
+
#define PHP_PASSWORD_BCRYPT_COST 10
#endif