Skip to content

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

@zaglex

Description

@zaglex

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

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingphp7

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions