Show
Ignore:
Timestamp:
05/07/2007 05:21:35 PM (19 months ago)
Author:
moo
Message:

merged[344] [345] [346] from trunk->1.2: fixed #59: pass by reference for internal function was broken

Location:
branches/1.2
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2

    • Property svnmerge-integrated changed from /trunk:1-302,371,374-375 to /trunk:1-302,344-346,371,374-375
  • branches/1.2/xcache_globals.h

    r367 r378  
    1616    long   var_ttl; 
    1717    zend_bool auth_enabled; 
     18 
     19    HashTable internal_function_table; 
     20    HashTable internal_class_table; 
    1821ZEND_END_MODULE_GLOBALS(xcache) 
    1922