andreiz / php-zookeeper

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

Allow paths larger than 255 characters. #8

Closed joshlreese closed 12 years ago

joshlreese commented 12 years ago

Allow the create method to obtain a non-truncated realpath for long paths. This is easily worked around for everything but sequential nodes.

I'm no expert on php extensions, so it may need some work, but it's currently working as expected.