代码之家  ›  专栏  ›  技术社区  ›  tirenweb

当我写一个任务“php symfony..”时,我只得到config/projectconfiguration.class.php的第一行。

  •  0
  • tirenweb  · 技术社区  · 14 年前

    我为一个包含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

    哈维尔

    2 回复  |  直到 14 年前
        1
  •  0
  •   jgallant    14 年前

    php symfony -V 
    

        2
  •  0
  •   jihi    14 年前