mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-1453: YamlDriver calls Yaml::parse(), but only Yaml::load() exists #1823
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @doctrinebot on GitHub (Oct 25, 2011).
Originally assigned to: @beberlei on GitHub.
Jira issue originally created by user k-fish:
As the subject says, this cannot work. Reported to me through http://forge.typo3.org/issues/31212. Looking at https://github.com/fabpot/yaml/blame/master/lib/sfYaml.php it even seems there never was a parse() method.
@doctrinebot commented on GitHub (Oct 25, 2011):
Comment created by @beberlei:
You are using the oldest possible version of YAML component, please use the right one: https://github.com/symfony/yaml
@doctrinebot commented on GitHub (Oct 25, 2011):
Issue was closed with resolution "Invalid"
@doctrinebot commented on GitHub (Oct 25, 2011):
Comment created by k-fish:
Heh, why on earth is the one we use then showing a last update in June 2011? I think all this forking on github is confusing... :/
Anyway, thanks for the pointer! :)
PS: source of the confusion is http://components.symfony-project.org/yaml/installation, which points to https://github.com/fabpot/yaml