Hello, I just downloaded Thrift and I needed to create servers in PHP, which would listen on unix or tcp sockets. So I've implemented it and attaching the patch. I hope it could be helpful and someone who knows thrift better than me can attach it to source code.
Here is example: $socket = new TServerSocket("unix://$unixPath", -1); $socket->listen(); while(true) $socket->select($processor); Thanks for any replies or info what to do to attach it to trunk :) Jan Dolecek juzna...@gmail.com