Skip to content
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
This repository has been archived by the owner on Jan 8, 2020. It is now read-only.

[Db] [XmlRpc] Use of undefined classes #3512

Closed
marc-mabe opened this issue Jan 22, 2013 · 5 comments
Closed

[Db] [XmlRpc] Use of undefined classes #3512

marc-mabe opened this issue Jan 22, 2013 · 5 comments
Assignees
Labels

Comments

@marc-mabe
Copy link
Member

As noted in #3496 there some uses of undefined classes:

  • Zend\Db\Metadata\Source\AbstractSource uses the not existing class Object\ConstraintKeyObject
  • Zend\XmlRpc\Server\Exception\Stdin::____construct() uses new ServerException which is defined as use Zend\XmlRpc\Server\Exception as ServerException but that's a namespace and not a exception class
  • Zend\XmlRpc\AbstractValue::_phpVarToNativeXmlRpc checks against Zend\Math\BigInteger
@marc-mabe
Copy link
Member Author

@ralphschindler ping

@Maks3w
Copy link
Member

Maks3w commented Jan 23, 2013

Last two points looks easy to fix.

@ralphschindler
Copy link
Member

I'll have a look at that this week, it likely should use it, but I am uncertain. The majority of the work for Metadata source came in from a contributor, so let me get up to speed first.

@ThaDafinser
Copy link
Contributor

@marc-mabe it this issue solved by your two merged pull request? Or is still something missing?

#4633
#3496

@marc-mabe
Copy link
Member Author

the first one is present anymore

  • Zend\Db\Metadata\Source\AbstractSource uses the not existing class Object\ConstraintKeyObject

@ghost ghost assigned ralphschindler Aug 15, 2013
weierophinney added a commit that referenced this issue Mar 3, 2014
…ng-class-issue-3512

Re-added ConstraintKeyObject which is consumed from the AbstractSource w/ test (Fixes #3512)
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants