Skip to content

Fix missing semicolon in mm session validate_sid handler#89

Closed
iliaal wants to merge 1 commit into
masterfrom
fix-session-mm-semicolon
Closed

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

Conversation

@iliaal

@iliaal iliaal commented Jun 16, 2026

Copy link
Copy Markdown
Owner

PS_VALIDATE_SID_FUNC(mm) was 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 hit it.

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
@iliaal iliaal force-pushed the fix-session-mm-semicolon branch from 39fe16d to f767f4a Compare June 16, 2026 20:06
@iliaal

iliaal commented Jun 16, 2026

Copy link
Copy Markdown
Owner Author

Submitted upstream as php#22336.

@iliaal iliaal closed this Jun 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant