Skip to content
This repository has been archived by the owner on Apr 24, 2022. It is now read-only.

Releases: ozh/phpass

1.4.0

23 Feb 15:39
@ozh ozh
18e832e
Compare
Choose a tag to compare

PHP compatibility from 5.0 to 8.1

Please note:

  • if your project can afford to require PHP 5.5+, please use PHP's native password_hash() / password_verify() instead of this library, which is fully compatible (see https://3v4l.org/LK4EY)
  • if your project cannot afford to require a PHP version that was released in 2013, please consider your life choices :)

1.3.0

29 Mar 10:41
@ozh ozh
44149d1
Compare
Choose a tag to compare

Update code from original file. PHP compatibility from 5.6 to 7.4.

1.2.0

17 May 23:34
@ozh ozh
Compare
Choose a tag to compare

Repackage for compatibility from PHP 5.3 to 7.1