Public bug reported:

The following PHP sequence crashes the client:

<?php

$tarantool = new Tarantool('192.168.39.129',12211);
var_dump($tarantool->insert(0, array(1,
    str_pad('', 1000, '1'),
    str_pad('', 1000, '1'),
    str_pad('', 1000, '1'),
    str_pad('', 1000, '1'),
    str_pad('', 1000, '1'),
)));
var_dump($tarantool->select(0, 0, 1));


The driver is taken from https://github.com/mailru/tarantool-php

https://github.com/mailru/tarantool-php/blob/master/src/tarantool.c

** Affects: tarantool
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1102377

Title:
  php driver crash on a simple query

Status in Tarantool - an efficient in-memory data store:
  New

Bug description:
  The following PHP sequence crashes the client:

  <?php

  $tarantool = new Tarantool('192.168.39.129',12211);
  var_dump($tarantool->insert(0, array(1,
      str_pad('', 1000, '1'),
      str_pad('', 1000, '1'),
      str_pad('', 1000, '1'),
      str_pad('', 1000, '1'),
      str_pad('', 1000, '1'),
  )));
  var_dump($tarantool->select(0, 0, 1));

  
  The driver is taken from https://github.com/mailru/tarantool-php

  https://github.com/mailru/tarantool-php/blob/master/src/tarantool.c

To manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1102377/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to