Show
Ignore:
Timestamp:
06/20/08 11:20:20 (2 months ago)
Author:
bart
Message:

Failed to stage the commit properly

Files:

Legend:

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

    r332 r350  
    252252        q->create = EAG(req_start); 
    253253        /* set the refcount to 1 */ 
    254         q->value.refcount = 1
     254        RESET_PZVAL_REFCOUNT(&q->value)
    255255        store_zval(&EAG(mem), &q->value TSRMLS_CC); 
    256256        zend_hash_destroy(&EAG(strings));