From c5b88141301bfe03af16c7c60671e256e82266d3 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Wed, 24 Jul 2013 11:56:53 +0000 Subject: [PATCH] setup.php: - add TODO note to check for PHP >= 5.2.3 because smarty uses htmlentities with 4 parameters (4th param added in PHP 5.2.3) git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1499 a1433add-5e2c-0410-b055-b7f2511e0802 --- setup.php | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.php b/setup.php index 1b64ab61..90ccc7fd 100644 --- a/setup.php +++ b/setup.php @@ -70,6 +70,7 @@ if ($f_phpversion == 1) $phpversion = 5; print "
  • PHP version " . phpversion () . "
  • \n"; } +# TODO: check for PHP >= 5.2.3 - smarty uses htmlentities with 4 parameters. The forth parameter was added in PHP 5.2.3, older versions will give a warning } else {