Show
Ignore:
Timestamp:
06/21/06 21:02:56 (2 years ago)
Author:
bart
Message:

* Branched the 0.9.4 release to fix win32
* Fixes from Simon Westwood

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • eaccelerator/branches/0.9.4/eaccelerator.h

    r140 r215  
    6565 
    6666#include "mm.h" 
     67#endif 
     68 
    6769 
    6870#ifdef EACCELERATOR_WITHOUT_FILE_LOCKING 
     71# include <xxxx1.c> 
    6972#  ifndef LOCK_SH 
    7073#    define LOCK_SH 1 
     
    105108                                   }} 
    106109#  endif 
    107 #endif 
     110 
    108111 
    109112#ifdef ZEND_WIN32 
     
    389392void store_zval (zval * z TSRMLS_DC); 
    390393void fixup_zval (zval * z TSRMLS_DC); 
    391 void restore_zval (zval * TSRMLS_DC); 
     394//void restore_zval (zval * TSRMLS_DC); 
    392395 
    393396unsigned int hash_mm(const char *data, int len);