Closed ryanuber closed 10 years ago
Hey @andreiz, If you have any suggestions for improvement, or another solution to this problem, or any other input, I'd really like to know what you think. Thanks!
Did this fix land in the repo?
Just merged it.
On Mon, Nov 11, 2013 at 2:54 AM, David Riccitelli notifications@github.comwrote:
Did this fix land in the repo?
— Reply to this email directly or view it on GitHubhttps://github.com/andreiz/php-zookeeper/pull/22#issuecomment-28189692 .
This change set fixes NULL handling in php-zookeeper.
Before (notice my null gets cast to string):
After (null is preserved):
This patch also fixes a segfault. If there is a znode in your zookeeper server somewhere with a NULL value and you attempt to read it, you get this:
With this patch, this would look more like this: