Home » Tools and Utilities » CodeGen_PECL » Bug #7503
no matching tag handler for extension:class:method
Details
| Submitted | 2006-04-27 13:52 UTC |
|---|---|
| From | lafriks at hello dot lv |
| Status | Bogus |
| Package | CodeGen_PECL |
| PHP Version | 5.1.2 |
| OS | Mandriva 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 :)