<?xml version="1.0" encoding="UTF-8" ?>
<r xmlns="http://pear.php.net/dtd/rest.release"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:xlink="http://www.w3.org/1999/xlink"
    xsi:schemaLocation="http://pear.php.net/dtd/rest.release
    http://pear.php.net/dtd/rest.release.xsd">
 <p xlink:href="/rest/p/codegen_mysql_udf">CodeGen_MySQL_UDF</p>
 <c>pear.php.net</c>
 <v>0.9.6dev</v>
 <st>beta</st>
 <l>PHP</l>
 <m>hholzgra</m>
 <s>Tool to generate MySQL UDF extensions from an XML description</s>
 <d>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
 
</d>
 <da>2006-11-24 16:49:59</da>
 <n>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</n>
 <f>28292</f>
 <g>http://pear.php.net/get/CodeGen_MySQL_UDF-0.9.6dev</g>
 <x xlink:href="package.0.9.6dev.xml"/>
</r>