mirror of
https://github.com/doctrine/orm.git
synced 2026-03-23 22:42:18 +01:00
DDC-607: CLI broken in PEAR install #745
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 (May 23, 2010).
Originally assigned to: @jwage on GitHub.
Jira issue originally created by user romanb:
The doctrine.php CLI script that is installed through pear has hardcoded paths that are external to pear (symfony yaml).
That means the CLI is broken when installed through pear.
I currently only see one way to go about this: make the symfony console dependency in that file local to pear. That means you simply must have the symfony console component installed through pear as well.
@doctrinebot commented on GitHub (Jun 5, 2010):
Comment created by romanb:
Jon, I remember you were saying that this is fixed now for the upcoming releases?
@doctrinebot commented on GitHub (Jun 6, 2010):
Comment created by @jwage:
Yes, it is fixed. I also fixed the BETA1 pear package too.
@doctrinebot commented on GitHub (Jun 6, 2010):
Issue was closed with resolution "Fixed"