Changeset 935 for trunk/utils.h
- Timestamp:
- 06/28/2012 09:38:59 AM (11 months ago)
- Files:
-
- 1 modified
-
trunk/utils.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.h
r903 r935 45 45 46 46 typedef struct { 47 int alloc;48 47 zend_op_array *op_array; 49 48 HashTable *function_table; … … 83 82 /* sandbox */ 84 83 typedef struct { 85 int alloc;86 84 ZEND_24(NOTHING, const) char *filename; 87 85

