Skip to content

Fix missing semicolon in mm session validate_sid handler#22336

Open
iliaal wants to merge 1 commit into
php:masterfrom
iliaal:fix-session-mm-semicolon
Open

Fix missing semicolon in mm session validate_sid handler#22336
iliaal wants to merge 1 commit into
php:masterfrom
iliaal:fix-session-mm-semicolon

Conversation

@iliaal

@iliaal iliaal commented Jun 16, 2026

Copy link
Copy Markdown
Contributor

PS_VALIDATE_SID_FUNC(mm) is missing the semicolon after the ps_mm_key_exists() assignment, so ext/session/mod_mm.c fails to compile under --with-mm. The handler is gated behind HAVE_LIBMM, so default builds and CI never exercise it.

@iliaal iliaal requested a review from Girgias as a code owner June 16, 2026 20:06
PS_VALIDATE_SID_FUNC(mm) was missing the semicolon after the
ps_mm_key_exists() assignment, so ext/session/mod_mm.c failed to compile
under --with-mm. The file is gated behind HAVE_LIBMM, so default builds
and CI never exercised it.

Closes phpGH-22336

@iluuu1994 iluuu1994 left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No knowledge about this file, but the change at least looks correct.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants