Skip to content

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.

2 participants