Changeset 496 for trunk/utils.h
- Timestamp:
- 01/04/2008 11:38:57 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/utils.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.h
r405 r496 80 80 typedef struct { 81 81 int alloc; 82 int orig_user_error_handler_error_reporting;83 82 char *filename; 84 83 … … 98 97 Bucket *tmp_internal_function_tail; 99 98 Bucket *tmp_internal_class_tail; 99 100 #ifdef E_STRICT 101 int orig_user_error_handler_error_reporting; 102 ZEND_API void (*orig_zend_error_cb)(int type, const char *error_filename, const uint error_lineno, const char *format, va_list args); 103 zend_uint compilererror_cnt; 104 zend_uint compilererror_size; 105 xc_compilererror_t *compilererrors; 106 #endif 100 107 } xc_sandbox_t; 101 108

