tarantool / tarantool-php

PECL PHP driver for Tarantool
http://tarantool.org/
Other
86 stars 24 forks source link

Add UNIX socket support #85

Open rybakit opened 8 years ago

rybakit commented 8 years ago

E.g.:

$t = new Tarantool('unix:///tmp/tnt.sock');

Socket URI format: http://php.net/manual/en/transports.unix.php

bigbes commented 8 years ago

It'll be added in PHP7 branch, since it needs refactoring of API.

Totktonada commented 4 years ago

See https://github.com/bigbes/tarantool-php/commits/php7-v2

rybakit commented 4 years ago

See https://github.com/bigbes/tarantool-php/commits/php7-v2

@Totktonada Is this link correct? I don't see anything related to unix sockets there.

Totktonada commented 4 years ago

Yep. See https://github.com/bigbes/tarantool-php/commit/35daa0ad620967d4f6d9ff76a97a0fdddd803cad and https://github.com/bigbes/tarantool-php/commit/bf6ef5742c0cb60fba0f85bff85bf64795a11a0b.