Changeset 937 for trunk/xcache.h
- Timestamp:
- 2012-06-28T11:38:30+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/xcache.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.h
r936 r937 465 465 } xc_entry_hash_t; 466 466 /* }}} */ 467 typedef struct xc_compiler_t { /* {{{ */468 const char *filename;469 size_t filename_len;470 const char *opened_path;471 char opened_path_buffer[MAXPATHLEN];472 473 xc_entry_hash_t entry_hash;474 xc_entry_php_t new_entry;475 xc_entry_data_php_t new_php;476 } xc_compiler_t;477 /* }}} */478 467 479 468 extern zend_module_entry xcache_module_entry;
Note: See TracChangeset
for help on using the changeset viewer.

