Skip to content

opcache segment identifier for Mac #6652

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
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ext/opcache/shared_alloc_mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static int create_segments(size_t requested_size, zend_shared_segment ***shared_
#endif
#ifdef VM_MAKE_TAG
/* allows tracking segments via tools such as vmmap */
fd = VM_MAKE_TAG(251);
fd = VM_MAKE_TAG(251U);
#endif
#ifdef MAP_HUGETLB
size_t huge_page_size = 2 * 1024 * 1024;
Expand Down