Skip to content

Commit

Permalink
Add constants for minimum DB versions supported
Browse files Browse the repository at this point in the history
  • Loading branch information
dregad committed Feb 4, 2014
1 parent 0469b00 commit cc06899
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/constant_inc.php
Expand Up @@ -39,6 +39,9 @@

# installation
define( 'CONFIGURED_PASSWORD', "______" );
define( 'DB_MIN_VERSION_MSSQL', '9.0.0' );
define( 'DB_MIN_VERSION_MYSQL', '5.0.8' ); # See #16584
define( 'DB_MIN_VERSION_PGSQL', '8.4' ); # Earliest supported version as of Jan 2014

# error types
define( 'ERROR', E_USER_ERROR );
Expand Down

0 comments on commit cc06899

Please sign in to comment.