Oficially bump minimal PHP version to 5.3.0

This commit is contained in:
Sobak 2016-07-26 08:06:40 +02:00
parent 23fab964ee
commit 884310add6
7 changed files with 13 additions and 13 deletions

View file

@ -117,9 +117,9 @@ class privatebin
*/
public function __construct()
{
if (version_compare(PHP_VERSION, '5.2.6') < 0)
if (version_compare(PHP_VERSION, '5.3.0') < 0)
{
throw new Exception(i18n::_('PrivateBin requires php 5.2.6 or above to work. Sorry.'), 1);
throw new Exception(i18n::_('PrivateBin requires php 5.3.0 or above to work. Sorry.'), 1);
}
// load config from ini file