Skip to content

Passing boolean to 'call' causes "Invalid MsgPack - packet length" #87

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

Closed
zaglex opened this issue May 31, 2016 · 2 comments
Closed

Passing boolean to 'call' causes "Invalid MsgPack - packet length" #87

zaglex opened this issue May 31, 2016 · 2 comments
Assignees
Labels
bug Something isn't working php7

Comments

@zaglex
Copy link

zaglex commented May 31, 2016

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

@rybakit
Copy link
Collaborator

rybakit commented May 31, 2016

@zaglex What is your concern actually and what result do you expect to see?

@zaglex
Copy link
Author

zaglex commented Jun 1, 2016

Oh, sorry, I've opened two issues, and my comment relates to another issue, I'll move it there.

@bigbes bigbes self-assigned this Jun 20, 2016
@bigbes bigbes added bug Something isn't working php7 labels Jun 20, 2016
bigbes added a commit that referenced this issue Jun 22, 2016
@bigbes bigbes closed this as completed Jun 22, 2016
@bigbes bigbes assigned bigbes and unassigned bigbes Jun 23, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working php7
Projects
None yet
Development

No branches or pull requests

3 participants