Show
Ignore:
Timestamp:
08/20/07 18:36:46 (1 year ago)
Author:
bart
Message:

Rewrite store_* functions so they no longer use the EAG(mem) global.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/trunk/cache.c

    r331 r332  
    253253        /* set the refcount to 1 */ 
    254254        q->value.refcount = 1; 
    255         store_zval(&q->value TSRMLS_CC); 
     255        store_zval(&EAG(mem), &q->value TSRMLS_CC); 
    256256        zend_hash_destroy(&EAG(strings)); 
    257257