Skip to content

Add IPv6 support#136

Open
ton31337 wants to merge 1 commit intoAutomattic:masterfrom
ton31337:fix/ipv6_support_for_memcached
Open

Add IPv6 support#136
ton31337 wants to merge 1 commit intoAutomattic:masterfrom
ton31337:fix/ipv6_support_for_memcached

Conversation

@ton31337
Copy link

No description provided.

@sonarqubecloud
Copy link

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'
	}
);

@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