Changeset 344 for trunk/xcache_globals.h

Show
Ignore:
Timestamp:
02/04/2007 06:22:14 AM (22 months ago)
Author:
moo
Message:

copy internal functions/classes into sandbox, they're needed by compiler

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache_globals.h

    r204 r344  
    1515    time_t request_time; 
    1616    long   var_ttl; 
     17 
     18    HashTable internal_function_table; 
     19    HashTable internal_class_table; 
    1720ZEND_END_MODULE_GLOBALS(xcache) 
    1821