Changeset 671 for trunk/xcache.c
- Timestamp:
- 08/14/2009 04:02:53 AM (4 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r670 r671 37 37 #include "opcode_spec.h" 38 38 #include "utils.h" 39 40 #ifndef ZEND_ENGINE_2_341 ZEND_DLEXPORT size_t zend_dirname(char *path, size_t len)42 {43 php_dirname(path, len);44 return strlen(path);45 }46 #endif47 39 48 40 #define VAR_ENTRY_EXPIRED(pentry) ((pentry)->ttl && XG(request_time) > pentry->ctime + (pentry)->ttl)

