diff options
Diffstat (limited to 'ext/spl/spl_array.c')
-rw-r--r-- | ext/spl/spl_array.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/spl/spl_array.c b/ext/spl/spl_array.c index 2a841a5cc4..84c3714da2 100644 --- a/ext/spl/spl_array.c +++ b/ext/spl/spl_array.c @@ -1776,7 +1776,7 @@ SPL_METHOD(Array, unserialize) spl_array_object *intern = Z_SPLARRAY_P(getThis()); char *buf; - int buf_len; + size_t buf_len; const unsigned char *p, *s; php_unserialize_data_t var_hash; zval members, zflags; |