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 Jan 28, 2014
1 parent 4c3582e commit f4c538f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/constant_inc.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@


# installation # installation
define( 'CONFIGURED_PASSWORD', "______" ); 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 # error types
define( 'ERROR', E_USER_ERROR ); define( 'ERROR', E_USER_ERROR );
Expand Down

0 comments on commit f4c538f

Please sign in to comment.