-
Notifications
You must be signed in to change notification settings - Fork 8
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
Riak 2.2.0 and PHP7 support #3
Comments
The php7-merge branch is the ideal branch. Can you share the errors you received on it? I was able to run all of our integration tests against it from our Riak Client library: https://travis-ci.org/basho/riak-phppb-client/builds/197525530 |
Hi Chris, All the tests passed for me too when I ran the
If I restart the When I checkout and compile the |
@kodekraft Try rebuilding the module again, but first do a |
Which versions of the basho/riak-pb and basho/protobuf packages should I use to accommodate Riak 2.2.0 and PHP7?
I'm currently using the following branch for my PHP extension:
https://github.com/basho/php-protobuf/commits/serggp_php7
because this is the only one that works. I tried the php7_merge branch but that resulted in a segfault from php-fpm.
The text was updated successfully, but these errors were encountered: