Results 4 issues of Xinchen Hui

need to talk to mysql guys later. record here..

enhancement

warning message show when run tests/040*.phpt with valgrind. but it's not critical, only comes up in wrong usage, so I leave it here. $ cat tests/040.mem ==13658== Invalid read of...

bug

it is better to make a API doc for msgpack thanks

documentation

Seems all string length uses int , which should introduce problems (segfault etc) after parameters parsing... like: ``` c /* {{{ proto array Redis::info() */ PHP_METHOD(Redis, info) { zval *object;...