Changeset 496 for trunk/xcache.h
- Timestamp:
- 01/04/2008 11:38:57 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.h
r491 r496 266 266 typedef enum { XC_TYPE_PHP, XC_TYPE_VAR } xc_entry_type_t; 267 267 typedef char xc_md5sum_t[16]; 268 /* {{{ xc_compilererror_t */ 269 typedef struct { 270 int type; 271 uint lineno; 272 int error_len; 273 char *error; 274 } xc_compilererror_t; 275 /* }}} */ 268 276 /* {{{ xc_entry_data_php_t */ 269 277 struct _xc_entry_data_php_t { … … 296 304 zend_uint autoglobal_cnt; 297 305 xc_autoglobal_t *autoglobals; 306 #endif 307 308 #ifdef E_STRICT 309 zend_uint compilererror_cnt; 310 xc_compilererror_t *compilererrors; 298 311 #endif 299 312

