We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi! I have a problem with tarantool 1.6 and php-connector from php7-v1 branch.
How to reproduce: just pass boolean value to 'call':
$tnt = new Tarantool('localhost', 3301); $tnt->call([true]);
You should see this in tarantool log:
iproto iproto.cc:450 E> ER_INVALID_MSGPACK: Invalid MsgPack - packet length
P.S. Tarantool version: 1.6.8-653-g2e4a17d
The text was updated successfully, but these errors were encountered:
@zaglex What is your concern actually and what result do you expect to see?
Sorry, something went wrong.
Oh, sorry, I've opened two issues, and my comment relates to another issue, I'll move it there.
Add random/boolean tests
b155500
closes gh-87, closes gh-90
bigbes
No branches or pull requests
Hi!
I have a problem with tarantool 1.6 and php-connector from php7-v1 branch.
How to reproduce:
just pass boolean value to 'call':
You should see this in tarantool log:
P.S.
Tarantool version: 1.6.8-653-g2e4a17d
The text was updated successfully, but these errors were encountered: