History log of /PHP-7.3/ext/standard/php_password.h (Results 26 – 40 of 40)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 47c90277 03-Jan-2014 Xinchen Hui

Bump year


Revision tags: php-5.4.24RC1, php-5.5.8RC1, php-5.5.7, php-5.4.23, php-5.3.28, php-5.5.7RC1, php-5.4.23RC1, php-5.4.22, php-5.5.6, php-5.4.22RC1, php-5.5.6RC1, php-5.4.21, php-5.5.5, php-5.4.21RC1, php-5.5.5RC1, php-5.5.4, php-5.4.20, php-5.5.4RC1, php-5.4.20RC1, php-5.5.3, php-5.4.19, php-5.5.2, php-5.4.18, php-5.5.2RC1, php-5.4.18RC2, php-5.5.1, php-5.4.18RC1, php-5.3.27, php-5.4.17, php-5.5.0, php-5.3.27RC1, php-5.4.17RC1, php-5.5.0RC3, php-5.3.26, php-5.4.16, php-5.5.0RC2, php-5.3.26RC1, php-5.4.16RC1, php-5.5.0RC1, php-5.3.25, php-5.4.15, php-5.3.25RC1, php-5.5.0beta4, php-5.4.15RC1, php-5.4.14, php-5.3.24, php-5.5.0beta3, php-5.3.24RC1, php-5.4.14RC1, php-5.5.0beta2, php-5.5.0beta1, php-5.3.23, php-5.4.13, php-5.5.0alpha6, php-5.3.23RC1, php-5.4.13RC1, php-5.3.22, php-5.5.0alpha5, php-5.4.12, php-5.3.22RC2, php-5.4.12RC2, php-5.3.22RC1, php-5.4.12RC1, php-5.5.0alpha4, php-5.3.21, php-5.4.11, php-5.5.0alpha3, php-5.3.21RC1, php-5.4.11RC1
# a666285b 01-Jan-2013 Xinchen Hui

Happy New Year


Revision tags: php-5.3.20, php-5.4.10, php-5.5.0alpha2, php-5.3.20RC1, php-5.4.10RC1, php-5.3.19, php-5.4.9, php-5.5.0alpha1, php-5.3.19RC1, php-5.4.9RC1, php-5.3.18, php-5.4.8, php-5.3.18RC1, php-5.4.8RC1
# e034a46b 17-Sep-2012 Anthony Ferrara

A bunch of naming convention fixes. No functionality changes


# 83cfff45 13-Sep-2012 Anthony Ferrara

Switch to using an ENUM for algorithms instead of a constant


Revision tags: php-5.3.17, php-5.4.7
# db41f9fe 04-Sep-2012 Anthony Ferrara

Refactoring to use size_t instead of int most places


Revision tags: php-5.4.7RC1
# e05413ca 28-Aug-2012 Anthony Ferrara

Remove password_make_salt() from the implementation


Revision tags: php-5.3.16, php-5.4.6, php-5.4.6RC1, php-5.4.5, php-5.3.15
# 707c9073 12-Jul-2012 Anthony Ferrara

Switch second parameter to password_make_salt to be a flag


# ee7e7998 05-Jul-2012 Anthony Ferrara

Implement password_get_info() function


# 5160dc11 05-Jul-2012 Anthony Ferrara

Implement password_needs_rehash() function


Revision tags: php-5.3.15RC1, php-5.4.5RC1
# 6943f2ab 03-Jul-2012 Anthony Ferrara

Some more refactoring, make algo no longer optional


# 6cc3c65f 03-Jul-2012 Anthony Ferrara

Remove php.ini setting for default bcrypt cost


# 232da903 27-Jun-2012 Anthony Ferrara

Implement php.ini setting password.bcrypt_cost


# 2d4b7cb6 26-Jun-2012 Anthony Ferrara

Refactor salt generation, rename password_create to password_hash


# 7e41980f 25-Jun-2012 Anthony Ferrara

Actually complete password_create()


# c77f2c29 25-Jun-2012 Anthony Ferrara

Base structure for passsword_create and password_make_salt


12