Changeset 439 for branches

Show
Ignore:
Timestamp:
07/01/2007 06:59:09 AM (16 months ago)
Author:
moo
Message:

php5.2-non-zts build fix

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-435 to /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434-435,438
  • branches/1.2/xcache.c

    r437 r439  
    15551555    } 
    15561556 
    1557     if (XG(internal_table_copied)) { 
     1557    if (xcache_globals->internal_table_copied) { 
    15581558        zend_hash_destroy(&xcache_globals->internal_function_table); 
    15591559        zend_hash_destroy(&xcache_globals->internal_class_table);