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

Incubator Yaml parser not working with Phalcon > 1.3.3 #242

Closed
wcoppens opened this issue Dec 17, 2014 · 2 comments
Closed

Incubator Yaml parser not working with Phalcon > 1.3.3 #242

wcoppens opened this issue Dec 17, 2014 · 2 comments

Comments

@wcoppens
Copy link

It seems namespace Phalcon\Config\Adapter\Yaml is overwritten by the cphalcon library in version 1.3.3 (see http://api.phalconphp.com/en/1.3.3/Phalcon/Config/Adapter/Yaml#__construct-details)

I thought they were going to port the yaml parser from @freekzy, however it seems it differs quite much, starting with incompatibility in the constructor (not accepting callbacks) and introducing breaking changes for existing projects.

Are there any solutions available or currently in development?

Thanks in advance

@endeveit
Copy link
Contributor

Maybe the best solution is to rename incubator's «Yaml» to something else.
For example to «ExtendedYaml» .
@phalcon what do you think?

@phalcon
Copy link
Collaborator

phalcon commented Dec 19, 2014

@endeveit Yes, that would be a good solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants