andreiz / php-zookeeper

A PHP extension for interfacing with Apache ZooKeeper
Other
449 stars 215 forks source link

::get() can fetch 512 bytes at most #6

Open hejin opened 12 years ago

hejin commented 12 years ago

Hi guys,

I found there is the hard-coded limitation in the ::get() function.

I have some simple code to fix it, and the idea is.

Of coz it should only work in single PHP thread, and to make it work with malloc/free is not hard.

Thanks, Jeff

mkoppanen commented 12 years ago

i can take a look at this later. Are you cool with that andrei?

mkoppanen commented 12 years ago

First poke at https://github.com/andreiz/php-zookeeper/pull/7. Does this fit your needs?