我为一个包含symfony应用程序的存储库做了一个“svn-co”。
然后我转到项目的根目录,当我编写任务“php”时
symfony..“我只得到第一行配置/
项目配置.class.php
ini_set('display_errors', 1);
ini_set('session.save_handler','files');
ini_set('safe_mode','Off');
ini_set('register_globals','Off');
ini_set('memory_limit','128M');
/*
* This file is part of the symfony package.
* (c) Fabien Potencier <fabien.potenc...@symfony-project.com>
*
* For the full copyright and license information, please view the
LICENSE
* file that was distributed with this source code.
*/
chdir(dirname(__FILE__));
require_once(dirname(__FILE__).'/config/
ProjectConfiguration.class.php');
include(sfCoreAutoload::getInstance()->getBaseDir().'/command/
cli.php');
再次提示。
有人知道吗?
SF 1.4
哈维尔