Show
Ignore:
Timestamp:
10/15/07 15:52:22 (15 months ago)
Author:
jepso
Message:

fixed spike phpcoverage, there were some problems with global variables

Location:
trunk/vendor/spikephpcoverage
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/vendor/spikephpcoverage/conf/phpcoverage.conf.php

    r2847 r2853  
    99?> 
    1010<?php 
     11    global $spc_config; 
     12     
    1113    // Set to 'LOG_DEBUG' for maximum log output 
    1214    // Note that the log file size will grow rapidly 
    1315    //   with LOG_DEBUG 
    14     //$spc_config['log_level']        = 'LOG_NOTICE'; 
    15     $spc_config['log_level']        = 'LOG_DEBUG'; 
     16    $spc_config['log_level']        = 'LOG_NOTICE'; 
     17    //$spc_config['log_level']        = 'LOG_DEBUG'; 
    1618 
    1719    // file extension to be treated as php files 
  • trunk/vendor/spikephpcoverage/util/Utility.php

    r2847 r2853  
    220220        /*}}}*/ 
    221221    } 
     222    global $util; 
    222223    $util = new Utility(); 
    223     global $util; 
    224224?>