partkeepr

fork of partkeepr
git clone https://git.e1e0.net/partkeepr.git
Log | Files | Refs | Submodules | README | LICENSE

commit 68c920e155d171f3848cbb0b5ab5fb79dce2c739
parent 18d441fa50a419a41d47365d355c62a74a6cf46e
Author: Felicitus <felicitus@felicitus.org>
Date:   Wed,  4 Jan 2012 23:55:17 +0100

Added channel-discover for pear.symfony.com so that installation goes through in one run (and doesn't confuse the user because of partially installed packages)

Diffstat:
Msrc/setup/tests/check-doctrine.php | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/setup/tests/check-doctrine.php b/src/setup/tests/check-doctrine.php @@ -6,7 +6,8 @@ */ $installDoctrineError = "Doctrine needs to be installed and in the PHP include_path. "; $installDoctrineError .= "You can install doctrine on most unix systems using: <br/>"; -$installDoctrineError .= "<br/><code>pear channel-discover pear.doctrine-project.org<br/>"; +$installDoctrineError .= "<br/><code>pear channel-discover pear.symfony.com<br/>"; +$installDoctrineError .= "pear channel-discover pear.doctrine-project.org<br/>"; $installDoctrineError .= "pear install pear.doctrine-project.org/DoctrineORM</code><br/>"; if (!class_exists("\\Doctrine\\Common\ClassLoader")) {