From b26041bfa0a1e58930a5bf26b720f97f8cf6ae13 Mon Sep 17 00:00:00 2001 From: Christian Göttsche Date: Sun, 22 Feb 2026 22:09:08 +0100 Subject: Use correct parser for session ID lengths Can causes issues on uncommon architectures, like s390x. --- src/sp_config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sp_config.h') diff --git a/src/sp_config.h b/src/sp_config.h index 8886bc6..edaa686 100644 --- a/src/sp_config.h +++ b/src/sp_config.h @@ -302,6 +302,7 @@ SP_PARSEKW_FN(parse_regexp); SP_PARSEKW_FN(parse_empty); SP_PARSEKW_FN(parse_int); SP_PARSEKW_FN(parse_uint); +SP_PARSEKW_FN(parse_ulong); SP_PARSEKW_FN(parse_php_type); SP_PARSEKW_FN(parse_cidr); SP_PARSEKW_FN(parse_list); -- cgit v1.3