Skip to content

Fix GH-11716: cli server crashes on SIGINT when compiled with ZEND_RC_DEBUG=1 #11757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

nielsdos
Copy link
Member

@nielsdos nielsdos commented Jul 21, 2023

@arnaud-lb You talked about the req->headers and req->headers_original_case tables having the same problem. However, it doesn't trigger because it seems these hashtables are never used? In that case, maybe we should just remove those hashtables on master? For now, I have left them alone until a decision is taken.

EDIT: wait, nvm, they are used, my grep skills failed me... I fixed it now to also mark those tables as persistent local, sorry.

Closes GH-11716.

@nielsdos nielsdos requested a review from arnaud-lb July 21, 2023 11:27
@nielsdos
Copy link
Member Author

Of course, immediately after creating a PR I noticed my mistake 🤦 fixed now though.

Copy link
Member

@arnaud-lb arnaud-lb left a comment

Choose a reason for hiding this comment

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

Thank you!

@nielsdos nielsdos closed this in af77d3b Jul 21, 2023
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.

2 participants