Home » Tools and Utilities » CodeGen_MySQL_UDF
Tool to generate MySQL UDF extensions from an XML description
This package is unmaintained.
Download latest release 1.0.0RC1 (archived versions might be outdated)
License: PHP
Description
CodeGen_MySQL_UDF is a code generator for MySQL User Defined Function (UDF)
extensions similar to PECL_Gen for PHP.
It reads in configuration options, function prototypes and code fragments
from an XML description file and generates a complete ready-to-compile
UDF extension.
Preliminary documentation can be found here:
http://talks.php.net/show/UDF_Gen
Maintainers
- Hartmut Holzgraefe (hholzgra) — lead, active
Dependencies
Required
- PHP (>= 5.0)
- PEAR Installer (>= 1.4.0b1)
- PEAR (>= 1.2)
- CodeGen (>= 1.0.5)
- CodeGen_MySQL (>= 1.0.0RC1)
Releases
- 1.0.0RC1 (beta, 2009-02-11)
Release notes
License: PHP
First release candidate ...
changes since 0.9.8:
- removed plugin_dir detection magic as it can never be reliable
specifying the right --libdir is now back in the developers field
- added "html" and "pdf" make targets
- rely on "autreconf" instead of running autotools one by one
- support of <group> tags and conditional compilation
- now generating variables for parameter attributes
- udf-gen script now works on windows, too
- Windows related code generation fixes
- generating .def file for Windows builds now
- <udf> is now an alias of <extension> - 0.9.8 (beta, 2007-05-10)
Release notes
License: PHP
still trying to stabelize for release
changes since 0.9.7:
- now generates meaningfull INSTALL and README
- started to generate DocBook documentation from
which html and pdf may be generated - 0.9.7dev (beta, 2006-11-24)
Release notes
License: PHP
still trying to stabelize for release
changes since 0.9.6:
- packaging fixes - 0.9.6dev (beta, 2006-11-24)
Release notes
License: PHP
still trying to stabelize for release
changes since 0.9.5:
- added CodeGen_MySQL dependency
- removed 'static' attributes from some functions
to play nice with PHP 5.2
- CS fixes
- workaround for missing DROP FUNCTION IF EXISTS in tests
- fixed php binary path substitution in udf-gen script - 0.9.5dev (beta, 2006-05-06)
Release notes
License: PHP
trying to stabelize for release
- 0.9.2dev (alpha, 2005-09-08)
Bugs
| ID | Status | Type | Version | Date | Summary |
|---|---|---|---|---|---|
| #16505 | Open | Bug | 1.0.0RC1 | 2009-08-10 | Error In Mysql Create Function |
| #16506 | Open | Bug | 1.0.0RC1 | 2009-08-10 | Configure Not Copied To Output |