Show
Ignore:
Timestamp:
02/17/06 18:35:50 (3 years ago)
Author:
zoeloelip
Message:

Merged PHP_5_1 branch with HEAD

Files:

Legend:

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

    r123 r162  
    594594        eaccelerator_content_cache_place != eaccelerator_none) { 
    595595 
     596#ifndef ZEND_ENGINE_2_1 
     597/* Doesn't work with php >= 5.1.0 */ 
    596598      /* clean garbage */ 
    597599      while (EG(garbage_ptr)) { 
    598600        zval_ptr_dtor(&EG(garbage)[--EG(garbage_ptr)]); 
    599601      } 
     602#endif 
    600603 
    601604      eaccelerator_put(key, key_len, return_value, ttl, eaccelerator_content_cache_place TSRMLS_CC);