Show
Ignore:
Timestamp:
06/30/2007 05:33:30 AM (17 months ago)
Author:
moo
Message:

copy internal table correctly, refix #59 which is broken by [429]

Location:
branches/1.2
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • branches/1.2

    • Property svnmerge-integrated changed from /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434 to /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434-435
  • branches/1.2/xcache_globals.h

    r408 r437  
    2020    HashTable internal_function_table; 
    2121    HashTable internal_class_table; 
     22    zend_bool internal_table_copied; 
    2223ZEND_END_MODULE_GLOBALS(xcache) 
    2324