Show
Ignore:
Timestamp:
07/06/05 16:52:36 (4 years ago)
Author:
zoeloelip
Message:

* Documented namespace option
* New debug/log code. Make the code a lot cleaner and easier

for the user to debug eaccelerator.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/eaccelerator.ini

    r50 r113  
    3939eaccelerator.optimizer = "1" 
    4040 
    41 ; Enables or disables debug logging. Should be "1" for enabling or 
    42 ; "0" for disabling. Default value is "0". 
    43 eaccelerator.debug = "0" 
     41; Enables or disables debug logging. Setting this to 1 will print information 
     42; to the log file about the cach hits of a file. 
     43eaccelerator.debug = 0 
     44 
     45; Set the log file for eaccelerator. When this option isn't set then the data 
     46; will be logged to stderr 
     47eaccelerator.log_file = "/var/log/httpd/eaccelerator_log" 
     48 
     49; A string that's prepended to all keys. This allows two applications that use the 
     50; same key names to run on the same host by setting this in .htaccess 
     51eaccelerator.name_space = "" 
    4452 
    4553; Enables or disables PHP file modification checking. Should be "1"