--- General: - "write more phpunit tests" - "syck_load_from_file(string $url[, resource $context])" - "syck_dump_to_file(string $url, mixed $data[, int $flags[, resource $context]])" - "syck_dump_to_file can have a flag for buffered or streamed output" - "add PHP6 (unicode strings) support" load: - add support for recursive anchors/aliases (see phpunit-tests/java-dump.yaml) - allow user to assign custom handler for loading any other type of objects (java, ruby, etc.) dump: - merge - objects: - Iterator: as: map label: "!php/hash::ClassName" - ArrayAccess: as: sequence label: "!php/array::ClassName" - Generic object (?)