TimeTrex Community Edition v16.2.0
This commit is contained in:
7
vendor/pear/cache_lite/tests/bootstrap.php
vendored
Normal file
7
vendor/pear/cache_lite/tests/bootstrap.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
if (version_compare(PHP_VERSION, '5.4', '>=')) {
|
||||
error_reporting(E_ALL ^ E_STRICT);
|
||||
} else if (version_compare(PHP_VERSION, '5.3', '>=')) {
|
||||
error_reporting(E_ALL & ~E_STRICT);
|
||||
}
|
Reference in New Issue
Block a user