Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extending extended objects fail #20

Closed
bergie opened this issue Jun 1, 2010 · 1 comment
Closed

Extending extended objects fail #20

bergie opened this issue Jun 1, 2010 · 1 comment

Comments

@bergie
Copy link
Member

bergie commented Jun 1, 2010

Example schema that causes segfault

<?xml version="1.0" encoding="UTF-8"?>
<Schema xmlns="http://www.midgard-project.org/repligard/1.4">
    <type name="com_rohea_account_db" extends="midgard_person">
        <property name="uilanguage" type="string" />
    </type>
    <type name="net_kk_account_db" extends="com_rohea_account_db">
        <property name="extuserid" type="unsigned integer" index="yes" />
    </type>
</Schema>

(copied from http://trac.midgard-project.org/ticket/1735)

@piotras
Copy link
Member

piotras commented Sep 2, 2011

Recently fixed in core. Not implemented in PHP5 extension.

@piotras piotras closed this as completed Sep 2, 2011
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants