tarantool-php icon indicating copy to clipboard operation
tarantool-php copied to clipboard

PECL PHP driver for Tarantool

Results 22 tarantool-php issues
Sort by recently updated
recently updated
newest added

``` There were 35 warnings: 1) DMLTest::test_16_hash_select assertRegExp() is deprecated and will be removed in PHPUnit 10. Refactor your code to use assertMatchesRegularExpression() instead. 2) DMLTest::test_17_01_it_clienterror with data set #0...

good first issue
backlog
prio4

Connector version: 0.3.3-0-ge67cb23. Cited from https://github.com/tarantool/tarantool-php/pull/142#discussion_r453932061: > It seems, if only username is passed (but no password) the client will silently connect as 'guest' user without a password. What a...

bug
backlog
prio5

When getting read timeout on persistent connect, socket is still alive and well and able to receive data. This leads to getting trash from such connect on next request, or...

bug
php7
backlog
prio5

See https://github.com/tarantool/tarantool-php/pull/148#issuecomment-544684011 for the reproducer.

bug
crash
backlog
prio5

Is there a reason to put settings like timeout, persistence, etc in `php.ini`? Usually, such kind of settings are made to be configurable on an instance level, instead of globally....

feature

You might really want to call this in some cases before starting pcntl_fork()'ing for parallel processing (e.g., heavy cli cron script) with persistent connections enabled

feature

Right now driver implementation consists of written in C parts of code (duplicates of tarantool-c driver) and uses tp.h that's not supported anymore. The better way is to replace all...

feature
php7
refactoring