We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3027d5 commit bb68202Copy full SHA for bb68202
ext/opcache/ZendAccelerator.h
@@ -112,7 +112,7 @@ typedef enum _zend_accel_restart_reason {
112
typedef struct _zend_accel_skip_list_entry {
113
/* The offset indicates which byte offset within the memory block must be skipped.
114
* The size of the skip is equal to the system's pointer size. */
115
- uint32_t offset;
+ size_t offset;
116
/* To prevent creating a huge list with a lot of entries, we use a compression scheme
117
* based on the following two fields. If repetitions > 0, then the checksum algorithm
118
* will repeat `repetitions` times checksumming `checked_area_size` bytes, followed
0 commit comments