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 tests after chanage to php_memc_do_serverlist_callback() #56

Conversation

mhagstrand
Copy link
Contributor

The php function getServerList() no longer returns a weight value. The tests have been updated to reflect this change.

The need for this change is result of commenting out "add_assoc_long(array, "weight", instance->weight);" in php_memcached.c

The php function getServerList() no longer returns a weight value. The tests have been updated to reflect this change.

The need for this change is result of commenting out "add_assoc_long(array, "weight", instance->weight);" in php_memcached.c
@mkoppanen
Copy link
Member

I fixed these manually, didnt notice the PR. Thanks anyway!

@mkoppanen mkoppanen closed this Oct 17, 2013
fwolf added a commit to fwolf/fwlib that referenced this pull request Nov 12, 2014
Memcached::getServerList() result may not contains 'weight', see
@link php-memcached-dev/php-memcached#56
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