Skip to content

Conversation

Girgias
Copy link
Member

@Girgias Girgias commented Jul 18, 2025

No description provided.

@Girgias Girgias marked this pull request as ready for review July 28, 2025 10:42
@Girgias Girgias requested a review from kocsismate as a code owner July 28, 2025 10:42
@Girgias Girgias requested a review from devnexen July 28, 2025 10:42

/* {{{ php_sysvsem_semop */
static void php_sysvsem_semop(INTERNAL_FUNCTION_PARAMETERS, int acquire)
static void php_sysvsem_semop(INTERNAL_FUNCTION_PARAMETERS, const bool acquire)
Copy link
Member

Choose a reason for hiding this comment

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

note: not sure the const qualifier for acquire argument is really useful, it s just a bool passed by value.

@devnexen
Copy link
Member

changes make sense, I like the majority of them.

@Girgias Girgias merged commit f63a35d into php:master Jul 28, 2025
8 of 9 checks passed
@Girgias Girgias deleted the sysvshm-refacto branch July 28, 2025 14:33
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