zendcheck.php 113 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 <?php if(phpversion() >= '5.3') { include 'zendcheck53.php'; } else { include 'zendcheck52.php'; } ?>