Changeset 113

Show
Ignore:
Timestamp:
08/30/2006 12:26:13 AM (2 years ago)
Author:
moo
Message:

zts build fix

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/xcache.c

    r111 r113  
    12111211 
    12121212#ifdef ZEND_ENGINE_2_1 
    1213     zend_is_auto_global("_SERVER", sizeof("_SERVER") - 1); 
     1213    zend_is_auto_global("_SERVER", sizeof("_SERVER") - 1 TSRMLS_CC); 
    12141214#endif 
    12151215    if (zend_hash_find(&EG(symbol_table), "_SERVER", sizeof("_SERVER"), (void **) &server) != SUCCESS || Z_TYPE_PP(server) != IS_ARRAY) {