basho / riak-php-client

PHP clients for Riak
Apache License 2.0
160 stars 69 forks source link

preflist support #111

Closed christophermancini closed 8 years ago

christophermancini commented 8 years ago

Run tests with ./vendor/bin/phpunit PreflistTest tests/functional/PreflistTest.php

debo commented 8 years ago

Hahahahaha @christophermancini remove var_dump... the only way to debug php! that's a joke right?

christophermancini commented 8 years ago

@debo your right... sometimes I use print_r($var, true) too! :stuck_out_tongue:

debo commented 8 years ago

oh come on... you are taking the p..s now :smile:

christophermancini commented 8 years ago

LOL, nah. This is actually super old code that I had to dust off because the preflist end point on the HTTP interface was finally fixed on Riak. I finally learned how to use xdebug / zend_debug and don't use var_dump much anymore but sometimes its just faster. :wink:

debo commented 8 years ago

True that. Also, once more, thanks for the great job you are doing.

lukebakken commented 8 years ago

:shipit: