Closed nimasdj closed 9 years ago
If it makes sense, I suggest to consider to use E_USER_ERROR for the followings 2 lines instead of warning. https://github.com/ircmaxell/password_compat/blob/master/lib/password.php#L37 https://github.com/ircmaxell/password_compat/blob/master/lib/password.php#L235 I submitted PR #87
That was done deliberately to maintain compatibility with PHP 5.5+
If it makes sense, I suggest to consider to use E_USER_ERROR for the followings 2 lines instead of warning. https://github.com/ircmaxell/password_compat/blob/master/lib/password.php#L37 https://github.com/ircmaxell/password_compat/blob/master/lib/password.php#L235 I submitted PR #87