bcrypt had bugs before 5.3.7
This commit is contained in:
parent
eb51a9b639
commit
e259b8cd5a
@ -21,7 +21,7 @@ check out one of the versioned branches.
|
|||||||
# Requirements
|
# Requirements
|
||||||
|
|
||||||
- MySQL/MariaDB 5.1+ (with experimental support for PostgreSQL 8+ and SQLite 3)
|
- MySQL/MariaDB 5.1+ (with experimental support for PostgreSQL 8+ and SQLite 3)
|
||||||
- PHP 5.3+
|
- PHP 5.3.7+
|
||||||
- GD or ImageMagick
|
- GD or ImageMagick
|
||||||
|
|
||||||
# Installation
|
# Installation
|
||||||
|
@ -630,7 +630,7 @@ function getExtension ($mime_type){
|
|||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
function _version_check() {
|
function _version_check() {
|
||||||
$min_version = "5.3.0";
|
$min_version = "5.3.7";
|
||||||
if(version_compare(PHP_VERSION, $min_version) == -1) {
|
if(version_compare(PHP_VERSION, $min_version) == -1) {
|
||||||
print "
|
print "
|
||||||
Currently SCore Engine doesn't support versions of PHP lower than $min_version --
|
Currently SCore Engine doesn't support versions of PHP lower than $min_version --
|
||||||
|
Loading…
x
Reference in New Issue
Block a user