hholzgra Mon Jun 30 07:48:25 2003 EDT
Modified files:
/pear/PECL_Gen TODO
Log:
TODO revisited ...
Index: pear/PECL_Gen/TODO
diff -u pear/PECL_Gen/TODO:1.6 pear/PECL_Gen/TODO:1.7
--- pear/PECL_Gen/TODO:1.6 Mon Jun 30 06:37:33 2003
+++ pear/PECL_Gen/TODO Mon Jun 30 07:48:25 2003
@@no-spam -4,7 +4,6 @@no-spam
- create just function stubs instead of complete
extension (as supported by the old ext_skel --stubs option)
- support missing ext_skel commandline options for BC reasons
-
- README file generation
- show verbose message on what to do next like ext_skel did
(this is also the README file? or INSTALL?)
@@no-spam -16,6 +15,9 @@no-spam
- describe testing
- Makefile.in generation incl. test stuff
+(test stuff may be moved to different milestone due to
+ missing "make test" support in phpize'd extensions ...)
+
Milestone 0.8
-------------
@@no-spam -40,9 +42,7 @@no-spam
- protos
- object type specification (as in resources)
- default values (needs tokenizer/parser changes ...)
- - code generation for 'pass by refecence' and 'return by reference'
- - ? option for 'old style' parameter parsing code generation ?
- (less readable but faster and more flexible)
+ - code generation for 'pass by refecence'
- more licenses
- GPL (with exception to allow linking against PHP)
- QPL
@@no-spam -62,4 +62,11 @@no-spam
- XSchema or RELAX/NG instead of DTD?
- VC++ 7 (VS.net) project files
- docbook namespace support
-- multiple license support
\ No newline at end of file
+- multiple license support
+- have different levels of comment (and code?) generation
+ similar to --no-help in ext_skel
+- protos
+ - ? option for 'old style' parameter parsing code generation ?
+ (less readable but faster and more flexible)
+ - code generation for 'return by reference' as soon as
+ Engine2 supports this
\ No newline at end of file