<?php if (PHP_VERSION_ID >= 50500) { // PHP 5.5 require('apcu.php'); } else { require('_apc.php'); } ?>