diff options
Diffstat (limited to 'ext/session/php_session.h')
| -rw-r--r-- | ext/session/php_session.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/session/php_session.h b/ext/session/php_session.h index 3c36d513c1..8eb94e1117 100644 --- a/ext/session/php_session.h +++ b/ext/session/php_session.h @@ -174,7 +174,7 @@ int php_session_register_serializer(const char *name, #define PS_ENCODE_VARS \ char *key; \ - ulong key_length; \ + uint key_length; \ ulong num_key; \ zval **struc; |
