SF.net SVN: postfixadmin:[1499] trunk/setup.php
Brought to you by:
christian_boltz,
gingerdog
From: <chr...@us...> - 2013-07-24 11:56:55
|
Revision: 1499 http://sourceforge.net/p/postfixadmin/code/1499 Author: christian_boltz Date: 2013-07-24 11:56:53 +0000 (Wed, 24 Jul 2013) Log Message: ----------- 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) Modified Paths: -------------- trunk/setup.php Modified: trunk/setup.php =================================================================== --- trunk/setup.php 2013-07-10 11:59:30 UTC (rev 1498) +++ trunk/setup.php 2013-07-24 11:56:53 UTC (rev 1499) @@ -70,6 +70,7 @@ $phpversion = 5; print "<li>PHP version " . phpversion () . "</li>\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 { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |