bcrypt had bugs before 5.3.7

This commit is contained in:
Shish 2014-05-24 10:51:09 +01:00
parent eb51a9b639
commit e259b8cd5a
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ check out one of the versioned branches.
# Requirements
- MySQL/MariaDB 5.1+ (with experimental support for PostgreSQL 8+ and SQLite 3)
- PHP 5.3+
- PHP 5.3.7+
- GD or ImageMagick
# Installation

View File

@ -630,7 +630,7 @@ function getExtension ($mime_type){
* @private
*/
function _version_check() {
$min_version = "5.3.0";
$min_version = "5.3.7";
if(version_compare(PHP_VERSION, $min_version) == -1) {
print "
Currently SCore Engine doesn't support versions of PHP lower than $min_version --