Symfony 2.0.5 has just been released.
The CHANGELOG has all the details about the changes and you can even have a look at the full diff.
If you are starting a new project, you can get the Symfony Standard Edition distribution on the download page.
If you already have a project based on the Symfony Standard Edition 2.0.x, you can easily upgrade to 2.0.5 by getting the new deps and deps.lock files.
Then, run the vendors script:
$ ./bin/vendors install
And don't forget to clear your cache:
$ php ./app/console cache:clear
Remember that the Symfony2 Components are also available as standalone
libraries. You can get them via their dedicated read-only repositories on
Github (https://github.com/symfony/Finder
for instance), install them via
PEAR (pear install symfony2/Finder
), or even
install them via Composer.
Great! Just a thing: The deps and deps.lock links point to nowhere.
so, just re-install the vendor?
Wooow great job!!
Best regards from Uruguay
deps -> https://raw.github.com/symfony/symfony-standard/v2.0.5/deps deps.lock -> https://raw.github.com/symfony/symfony-standard/v2.0.5/deps.lock
Great! Deps and deps.lock links are wrong. Regards from Brazil
Installing assets for Sensio\Bundle\DistributionBundle into /var/www/php/symfony2/cs/web/bundles/sensiodistribution Clearing the cache for the dev environment with debug true
[ErrorException] Warning: rename(/var/www/php/symfony2/cs/app/cache/dev,/var/www/php/symfony2/cs/app/cache/dev_old): Directory not empty in /var/www/php/symfony2/cs/vendor/symfony/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php line 68
That's normal, right?
Hello everyone, I'm new to Symfony and I just download the version 2.0.5, unziped it and put the folder Synfony in the root www directory, entering http://localhost/Symfony/web/config.php goes well, but when I enter the link "Bypass configuration and go to the Welcome page" or "Set your symfony Application online" I get the next error:
Fatal error: Class 'symfony \ Component \ DependencyInjection \ Compiler \ ResolveDefinitionTemplatesPass' not found in on line 50
This happens with the file. Tgz with the. Zip does not occur.
No link to deps and deps.lock?
I got deps error issue on DoctrineMongoDBBundle?
Fatal error: Class 'Symfony\Bridge\Doctrine\DependencyInjection\AbstractDoctrineExtension' not found in .../vendor/bundles/Symfony/Bundle/DoctrineMongoDBBundle/DependencyInjection/DoctrineMongoDBExtension.php on line 31
any help pls....
The post is missing the links to the deps files. This is important to include in these update posts, otherwise people might get development or outdated versions from github or the web. Thanks!
thar you go: https://raw.github.com/symfony/symfony-standard/v2.0.5/deps https://raw.github.com/symfony/symfony-standard/v2.0.5/deps.lock
Is there a DoctrineMongoDBBundle deps for this latest release? I tried it but didnt work.
I updated new version and it works great.