ircmaxell / password_compat

Compatibility with the password_* functions that ship with PHP 5.5
MIT License
2.15k stars 421 forks source link

which version to download? #85

Closed nimasdj closed 9 years ago

nimasdj commented 9 years ago

@ircmaxell For latest 'stable' version for product environment, should I download 'dev-master' or v1.0.4 as of today?

lode commented 9 years ago

Fyi, the only functional difference in master is from https://github.com/ircmaxell/password_compat/pull/79.

GrahamCampbell commented 9 years ago

I'd say always go for a stable tag.

nimasdj commented 9 years ago

I left my comment under #79 to keep consistency between dev-master and stable tag.

ircmaxell commented 9 years ago

Master and stable are by definition not consistent. One is stable, and one is not.

I intentionally did not push a new release after merging #79. It would be fine to now (and I likely will), but there's a reason for the delay. I will explain in #79.

You should always use a production tag when you are using the code in production. Never use dev-master in production. It's as simple as that.