mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Merge branch 'PHP-5.6'
* PHP-5.6: Fixed type mismatch
This commit is contained in:
commit
582aa41d6f
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ typedef struct _handler_entry {
|
|||
|
||||
typedef struct _zend_shared_memory_state {
|
||||
int *positions; /* current positions for each segment */
|
||||
int shared_free; /* amount of free shared memory */
|
||||
size_t shared_free; /* amount of free shared memory */
|
||||
} zend_shared_memory_state;
|
||||
|
||||
typedef struct _zend_smm_shared_globals {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue