Skip to content
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

Add IPv6 support #136

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ton31337
Copy link

No description provided.

@sonarcloud
Copy link

sonarcloud bot commented Mar 29, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 7 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@ton31337
Copy link
Author

ping @dd32 @GaryJones

@GaryJones GaryJones requested a review from dd32 July 31, 2024 20:33
Copy link
Member

@dd32 dd32 left a comment

Choose a reason for hiding this comment

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

Reading the changes here, I don't see any issues with it, other than a few minor coding style notes.

I think it's worth noting that it also looks like a Unix socket would continue working if it's added as such, which while undocumented, technically would work.

$memcached_servers = array(
	'default' => array(
		'/path/to/socket:0'
	}
);

readme.txt Outdated Show resolved Hide resolved
object-cache.php Outdated Show resolved Hide resolved
@ton31337 ton31337 force-pushed the fix/ipv6_support_for_memcached branch 2 times, most recently from 32d0eb5 to 1e33e66 Compare August 1, 2024 06:06
Add Hostinger we run memcached on ::1 (IPv6-only), and noticed, that it do not
work. Let's get fix it.

Signed-off-by: Donatas Abraitis <donatas.abraitis@hostinger.com>
@ton31337 ton31337 force-pushed the fix/ipv6_support_for_memcached branch from 1e33e66 to 625d68e Compare August 1, 2024 06:07
@ton31337
Copy link
Author

ton31337 commented Aug 1, 2024

Thanks for a quick review, I fixed the suggested changes. Also rebased and force-pushed.

@dd32 dd32 mentioned this pull request Aug 1, 2024
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