fixed spike phpcoverage, there were some problems with global variables
This commit is contained in:
parent
0dbea77dcd
commit
cfb45de519
@ -8,11 +8,13 @@
|
||||
*/
|
||||
?>
|
||||
<?php
|
||||
global $spc_config;
|
||||
|
||||
// Set to 'LOG_DEBUG' for maximum log output
|
||||
// Note that the log file size will grow rapidly
|
||||
// with LOG_DEBUG
|
||||
//$spc_config['log_level'] = 'LOG_NOTICE';
|
||||
$spc_config['log_level'] = 'LOG_DEBUG';
|
||||
$spc_config['log_level'] = 'LOG_NOTICE';
|
||||
//$spc_config['log_level'] = 'LOG_DEBUG';
|
||||
|
||||
// file extension to be treated as php files
|
||||
// comma-separated list, no space
|
||||
|
2
vendor/spikephpcoverage/util/Utility.php
vendored
2
vendor/spikephpcoverage/util/Utility.php
vendored
@ -219,6 +219,6 @@
|
||||
|
||||
/*}}}*/
|
||||
}
|
||||
$util = new Utility();
|
||||
global $util;
|
||||
$util = new Utility();
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user