root / trunk / ext / php / TODO

Revision 308, 0.7 kB (checked in by indeyets, 4 months ago)

multiline strings are exported in folded format, now

Line 
1---
2General:
3  - "write more phpunit tests"
4  - "syck_load_from_file(string $url[, resource $context])"
5  - "syck_dump_to_file(string $url, mixed $data[, int $flags[, resource $context]])"
6  - "syck_dump_to_file can have a flag for buffered or streamed output"
7  - "add PHP6 (unicode strings) support"
8load:
9  - add support for recursive anchors/aliases (see phpunit-tests/java-dump.yaml)
10  - allow user to assign custom handler for loading any other type of objects (java, ruby, etc.)
11dump:
12  - merge
13  - objects:
14    - Iterator:
15      as: map
16      label: "!php/hash::ClassName"
17    - ArrayAccess:
18      as: sequence
19      label: "!php/array::ClassName"
20    - Generic object (?)
Note: See TracBrowser for help on using the browser.