DDC-663: Update PEAR install command #816

Closed
opened 2026-01-22 12:51:30 +01:00 by admin · 2 comments
Owner

Originally created by @doctrinebot on GitHub (Jul 1, 2010).

Originally assigned to: @jwage on GitHub.

Jira issue originally created by user mjstelly:

Documentation gives incorrect command for downloading ORM from PEAR which causes the installation to fail with the message:

Failed to download doctrine/DoctrineORM, version "2.0.0", latest release is version 2.0.0BETA2, stability "beta", use "channel://pear.doctrine-project.org/DoctrineORM-2.0.0BETA2" to install
install failed

Currently:
sudo pear install pear.doctrine-project.org/DoctrineORM-2.0.0

Change to:
sudo pear install pear.doctrine-project.org/DoctrineORM-2.0.0BETA2

Originally created by @doctrinebot on GitHub (Jul 1, 2010). Originally assigned to: @jwage on GitHub. Jira issue originally created by user mjstelly: Documentation gives incorrect command for downloading ORM from PEAR which causes the installation to fail with the message: Failed to download doctrine/DoctrineORM, version "2.0.0", latest release is version 2.0.0BETA2, stability "beta", use "channel://pear.doctrine-project.org/DoctrineORM-2.0.0BETA2" to install install failed Currently: sudo pear install pear.doctrine-project.org/DoctrineORM-2.0.0 Change to: sudo pear install pear.doctrine-project.org/DoctrineORM-2.0.0BETA2
admin closed this issue 2026-01-22 12:51:32 +01:00
Author
Owner

@doctrinebot commented on GitHub (Aug 8, 2010):

Comment created by @jwage:

70d12fc57a

@doctrinebot commented on GitHub (Aug 8, 2010): Comment created by @jwage: http://github.com/doctrine/orm-documentation/commit/70d12fc57aa3ea3b94b1b8ff8efdf8b7e0543988
Author
Owner

@doctrinebot commented on GitHub (Aug 8, 2010):

Issue was closed with resolution "Fixed"

@doctrinebot commented on GitHub (Aug 8, 2010): Issue was closed with resolution "Fixed"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#816