Show
Ignore:
Timestamp:
08/06/06 22:44:23 (2 years ago)
Author:
bart
Message:

* Fix stupid bug (#159)
* Handle returning null instead of array (#156)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/branches/0.9.5/control.php

    r226 r264  
    5959} 
    6060$info = eaccelerator_info(); 
     61if (!is_array($info)) { 
     62        die('An error occured getting eAccelerator information, this is caused if eAccelerator isn\'t initalised properly'); 
     63} 
    6164/* }}} */ 
    6265