fixed spike phpcoverage, there were some problems with global variables
This commit is contained in:
parent
0dbea77dcd
commit
cfb45de519
2 changed files with 5 additions and 3 deletions
|
@ -8,11 +8,13 @@
|
||||||
*/
|
*/
|
||||||
?>
|
?>
|
||||||
<?php
|
<?php
|
||||||
|
global $spc_config;
|
||||||
|
|
||||||
// Set to 'LOG_DEBUG' for maximum log output
|
// Set to 'LOG_DEBUG' for maximum log output
|
||||||
// Note that the log file size will grow rapidly
|
// Note that the log file size will grow rapidly
|
||||||
// with LOG_DEBUG
|
// with LOG_DEBUG
|
||||||
//$spc_config['log_level'] = 'LOG_NOTICE';
|
$spc_config['log_level'] = 'LOG_NOTICE';
|
||||||
$spc_config['log_level'] = 'LOG_DEBUG';
|
//$spc_config['log_level'] = 'LOG_DEBUG';
|
||||||
|
|
||||||
// file extension to be treated as php files
|
// file extension to be treated as php files
|
||||||
// comma-separated list, no space
|
// 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;
|
global $util;
|
||||||
|
$util = new Utility();
|
||||||
?>
|
?>
|
||||||
|
|
Loading…
Add table
Reference in a new issue