Show
Ignore:
Timestamp:
08/20/07 15:15:06 (1 year ago)
Author:
hans
Message:

* Changed crash handler error message format to Apache-style error log format as suggested in ticket #217
* Fixed ticket #274
* Performance: eliminated a bunch of time() syscalls
* Performance: eliminated calls to eaccelerator_gc when not build with either session, shm or user cache functionality (which are all off by default)
* Disable eaccelerator_list_keys function when not build with either session, shm or user cache functionality (which are all off by default)
* Disable 'User Cache' tab in control panel when not build with either session, shm or user cache functionality (which are all off by default)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/ea_info.h

    r286 r330  
    4141PHP_FUNCTION(eaccelerator_cached_scripts); 
    4242PHP_FUNCTION(eaccelerator_removed_scripts); 
     43#if defined (WITH_EACCELERATOR_CONTENT_CACHING) || defined(WITH_EACCELERATOR_SESSIONS) || defined(WITH_EACCELERATOR_SHM) 
    4344PHP_FUNCTION(eaccelerator_list_keys); 
     45#endif 
    4446 
    4547#endif