PEAR is archived and read-only

This mirror preserves historical PEAR package releases and metadata so existing references remain available.

Home » Tools and Utilities » CodeGen_PECL » Bug #7503

no matching tag handler for extension:class:method

Details

Submitted2006-04-27 13:52 UTC
Fromlafriks at hello dot lv
StatusBogus
PackageCodeGen_PECL
PHP Version5.1.2
OSMandriva Linux 2006
Roadmaps(Not assigned)

Comments

[2006-04-27 13:52 UTC] lafriks at hello dot lv

Description:
------------
I xi:include this file in extension.xml file:
<?xml version="1.0" ?>
<class name="PDF">
<method name="Test">
<code>
<![CDATA[
char *str;
str = estrdup("Hello World");
RETURN_STRING(str, 0);
]]>
</code>
</method>
</class>

and get error:
pecl-gen -f extension.xml
no matching tag handler for extension:class:method in ext_class.xml on line 3:4

Expected result:
----------------
generate extension code

Actual result:
--------------
error

[2006-04-27 14:44 UTC] lafriks at hello dot lv

It's not bug. It's just stupid me :)