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.5
19 years ago
Version 0.8.5 change log

- fixed method renaming inconsistencies introduced with 0.8.4
- config.m4 additions can now be placed at 'top' or 'bottom' of config.m4
- '--force' does not remove the target directory anymore
- '#include <php.h>' moved out of #ifdef block to allow static builds
- 'extern "C"' specifications added on C++ builds
- container tags like <functions> or <globals> are now optional
- pecl-gen will now set exit status on errors