Skip to content

Commit 582aa41

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: Fixed type mismatch
2 parents 543f011 + 90421b0 commit 582aa41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/opcache/zend_shared_alloc.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ typedef struct _handler_entry {
9191

9292
typedef struct _zend_shared_memory_state {
9393
int *positions; /* current positions for each segment */
94-
int shared_free; /* amount of free shared memory */
94+
size_t shared_free; /* amount of free shared memory */
9595
} zend_shared_memory_state;
9696

9797
typedef struct _zend_smm_shared_globals {

0 commit comments

Comments
 (0)