diff options
| author | Hartmut Holzgraefe <hholzgra@php.net> | 2003-05-20 13:38:08 +0000 |
|---|---|---|
| committer | Hartmut Holzgraefe <hholzgra@php.net> | 2003-05-20 13:38:08 +0000 |
| commit | 123ac00a0f149d64236c542feff8df8924b5794b (patch) | |
| tree | ef093d341298b3559979d1509c6a48415bdde50a /scripts/ext_skel_ng | |
| parent | 2bffad8fcee56c01124ac60d442083edc1393b25 (diff) | |
| download | php-git-123ac00a0f149d64236c542feff8df8924b5794b.tar.gz | |
updated TODOs
Diffstat (limited to 'scripts/ext_skel_ng')
| -rw-r--r-- | scripts/ext_skel_ng/TODO | 19 |
1 files changed, 13 insertions, 6 deletions
diff --git a/scripts/ext_skel_ng/TODO b/scripts/ext_skel_ng/TODO index b05e2d8f3b..82d934364d 100644 --- a/scripts/ext_skel_ng/TODO +++ b/scripts/ext_skel_ng/TODO @@ -1,14 +1,20 @@ - *more* input checking + - use of reserved names + - duplicate names + - needed attributes given + - ... + - ... + - ... - config.m4 support for - header checks - ... -- class implementation support -- more documentation stuff - - classes - - requirements (see also confing.m4) +- class implementation and documentation support - protos - object type specification (as in resources) - - pass by reference + - default values (supported by DocBook?) + - code generation for 'pass by refecence' + - ? option for 'old style' parameter parsing code generation ? + (less readable but faster and more flexible)? - more licenses - GPL (with exception to allow linking against PHP) - QPL @@ -16,4 +22,5 @@ - Artistic - ... - dual/multiple licensing? -- generate CREDITS and EXPERIMENTAL (for alpha, beta, gamma versions)
\ No newline at end of file +- full support for stream wrappers and filters +- DTD support for creating custom tests
\ No newline at end of file |
