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

Fixed getServerByKey function #42

Merged
merged 3 commits into from Mar 3, 2013
Merged

Conversation

poison
Copy link
Member

@poison poison commented Nov 10, 2012

The underlying function memcached_server_by_key returns a memcached_server_instance_st instead of memcached_server_st. The structures were compatible to each other, but this
recently changed between 1.0.5 and 1.0.13. This made this function failing.

See https://bugs.launchpad.net/libmemcached/+bug/1076048 for more info.

By using the proper function calls they work again, but unfortunately there's no fix for the weight. I think it's useless to return the weight, since you can know it from php-user-land (it's passed to either addServer or addServers). I suggest to remove the weight as a return type, but I didn't want to break anyone's code.

Nicolas Van Eenaeme added 3 commits November 10, 2012 22:30
…st instead

of memcached_server_st. The structures were compatible to eachother, but this
recently changed between 1.0.5 and 1.0.13.

See https://bugs.launchpad.net/libmemcached/+bug/1076048 for more info.
…server environment:

	getLastErrorMessage()
	getLastErrorCode()
	getLastErrorErrno()
	getLastDisconnectedServer()
iliaal added a commit that referenced this pull request Mar 3, 2013
Fixed getServerByKey function
@iliaal iliaal merged commit bf4f978 into php-memcached-dev:master Mar 3, 2013
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.

None yet

2 participants