PHP PEAR CVS 16 CVS PEAR PECL GEN README
Date: Mon, 30 Jun 2003 19:39:14 -0000

Subject: cvs: pear /PECL_Gen README
From: hholzgra@no-spam (Hartmut Holzgraefe)

hholzgra Mon Jun 30 15:39:14 2003 EDT
Modified files: /pear/PECL_Gen README Log:
slightly updated Index: pear/PECL_Gen/README diff -u pear/PECL_Gen/README:1.1 pear/PECL_Gen/README:1.2
--- pear/PECL_Gen/README:1.1 Sun Jun 29 08:24:54 2003
+++ pear/PECL_Gen/README Mon Jun 30 15:39:14 2003
@@no-spam -1,17 +1,19 @@no-spam sorry, no real documentation yet ...
just a short look at what is going on -pecl-skel gets an extension description +pecl-gen gets an extension description from an "extension.xml" file and generates working code and documentation stubs from that -call "pecl-skel" to see it at work,
-it will create a dummy extension including +you may look at PECL::html_parse for an example +of an extension completely created from XML source +using pecl-gen, the html_parse.xml master file +is included in CVS - module globals and ini paramter setup - function registration and stubbs - documentation framework -- config.m4 (only minimal for now)
+- config.m4 (only minimal for now, but already better than ext_skel)
- ...
almost every aspect of an extension may now be