Changeset 438

Show
Ignore:
Timestamp:
07/01/2007 06:54:42 AM (17 months ago)
Author:
moo
Message:

5.2-non-zts build fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r435 r438  
    17481748    } 
    17491749 
    1750     if (XG(internal_table_copied)) { 
     1750    if (xcache_globals->internal_table_copied) { 
    17511751        zend_hash_destroy(&xcache_globals->internal_function_table); 
    17521752        zend_hash_destroy(&xcache_globals->internal_class_table);