Changeset 215 for eaccelerator/branches/0.9.4/eaccelerator.h
- Timestamp:
- 06/21/06 21:02:56 (2 years ago)
- Files:
-
- eaccelerator/branches/0.9.4/eaccelerator.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
eaccelerator/branches/0.9.4/eaccelerator.h
r140 r215 65 65 66 66 #include "mm.h" 67 #endif 68 67 69 68 70 #ifdef EACCELERATOR_WITHOUT_FILE_LOCKING 71 # include <xxxx1.c> 69 72 # ifndef LOCK_SH 70 73 # define LOCK_SH 1 … … 105 108 }} 106 109 # endif 107 #endif 110 108 111 109 112 #ifdef ZEND_WIN32 … … 389 392 void store_zval (zval * z TSRMLS_DC); 390 393 void fixup_zval (zval * z TSRMLS_DC); 391 void restore_zval (zval * TSRMLS_DC);394 //void restore_zval (zval * TSRMLS_DC); 392 395 393 396 unsigned int hash_mm(const char *data, int len);