Changeset 72 for eaccelerator/trunk/session.h
- Timestamp:
- 05/03/05 18:18:43 (4 years ago)
- Files:
-
- eaccelerator/trunk/session.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/trunk/session.h
r64 r72 41 41 # endif 42 42 #else // no session support in php, undef eA session support 43 # if defined(WITH_EACCELERATOR_SESSIONS) 44 # undef WITH_EACCELERATOR_SESSIONS 45 # endif 43 # undef WITH_EACCELERATOR_SESSIONS 46 44 #endif 47 45 48 #ifdef HAVE_PHP_SESSIONS_SUPPORT46 #ifdef WITH_EACCELERATOR_SESSIONS 49 47 50 48 int eaccelerator_set_session_handlers(); … … 52 50 void eaccelerator_register_session(); 53 51 52 #ifdef HAVE_PHP_SESSIONS_SUPPORT 54 53 PHP_FUNCTION(_eaccelerator_session_open); 55 54 PHP_FUNCTION(_eaccelerator_session_close); … … 58 57 PHP_FUNCTION(_eaccelerator_session_destroy); 59 58 PHP_FUNCTION(_eaccelerator_session_gc); 59 #endif 60 60 PHP_FUNCTION(eaccelerator_set_session_handlers); 61 61 PHP_INI_MH(eaccelerator_OnUpdateSessionCachePlace);