Skip to content

ext/opcache: minor refactoring (2026-03)#21397

Open
Girgias wants to merge 6 commits intophp:masterfrom
Girgias:opcache-minor-refactoring-2026-03
Open

ext/opcache: minor refactoring (2026-03)#21397
Girgias wants to merge 6 commits intophp:masterfrom
Girgias:opcache-minor-refactoring-2026-03

Conversation

@Girgias
Copy link
Member

@Girgias Girgias commented Mar 9, 2026

Commits should be reviewed in order.

@Girgias Girgias marked this pull request as ready for review March 9, 2026 19:15
@Girgias Girgias requested a review from dstogov as a code owner March 9, 2026 19:15
@Girgias Girgias requested a review from arnaud-lb March 9, 2026 19:15
if (fcntl(lock_file, F_GETLK, &restart_check) == -1) {
zend_accel_error(ACCEL_LOG_DEBUG, "RestartC: %s (%d)", strerror(errno), errno);
return FAILURE;
return false;
Copy link
Member

Choose a reason for hiding this comment

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

This is a functional change. Previously a non-falsy value was returned.

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