From: Hartmut Holzgraefe Date: Tue, 20 May 2003 13:38:08 +0000 (+0000) Subject: updated TODOs X-Git-Tag: RELEASE_1_0_2~697 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=123ac00a0f149d64236c542feff8df8924b5794b;p=php updated TODOs --- 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