PECL_Gen

This package is not maintained anymore and has been superseded. Package has moved to channel http://pear.php.net/package/CodeGen_PECL
No replacement provided. Contact us if you know a replacement.

Tool to generate PECL extensions from an XML description

PECL_Gen has been split up into CodeGen and CodeGen_PECL
packages and has moved back to PEAR

Maintainer

  • No maintainer! Will you be the next maintainer of this extension?

Details

Downloads: 29056
0.8.4
20 years ago
Version 0.8.4 change log

This is the first release living in PECL insteat of PEAR.

Technical changes are:

- improved PECL CS compliance of generated code
- generated config.m4 supports both shared and static build
- code snippets may be read from files instead of beeing
embedded in CDATA sections
- improved resource parameter handling
- shortcuts for constants that just mimic C constants
- global 'code' tag finally works as documented
- files can be added using 'file' tag in 'deps'
- ...