File: include-skipif.php

package info (click to toggle)
xcache 2.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 1,724 kB
  • sloc: ansic: 8,175; php: 4,557; awk: 285; sh: 135; makefile: 75
file content (5 lines) | stat: -rw-r--r-- 117 bytes parent folder | download | duplicates (2)
1
2
3
4
5
<?php
if (version_compare(PHP_VERSION, '5.3.0', '<')) {
	die('skip __DIR__ not supported in this php version');
}
?>