indeyets / syck

swift yaml for ruby, python, perl, etc.

This URL has Read+Write access

indeyets (author)
Wed Sep 30 10:17:54 -0700 2009
commit  3829b6b39c8499766379ff9834d58f92437d18a9
tree    dbd33916906c8954fc0d727afa6656609b3d7916
parent  1a5d67e7f73f0a686f39c0ac1fab85a6a24f92a4
syck / ext / php / TODO
100644 21 lines (20 sloc) 0.682 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
---
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 (?)