Allow package to be build on any architecture (not just i386).
[php5-apc.git] / tests / skipif.inc
1 <?php
2
3 if (!extension_loaded("apc")) die("skip");
4 //if (!ini_get('apc.enabled')) die("skip apc not enabled");
5
6 ?>