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.7.0
21 years ago
Version 0.7.0 change log

- a README file is written containing information on
how to continue after an extension was generated
- --function="proto" writes function stub to stdout
- --stubs=filename now supported in ext_skel BC mode
- added --help and --version options
- added a short feedback howto message
(can be disabled using --quiet)
- --with-xml works again
(ext_skel compatibility)
- will now only purge and overwrite existing target directory
if '--force' is requested on cmd line
- .cvsignore created with platform-specific entries
- PEARifying error reporting finished