Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 189db85

Browse files
committed
merged branch pinkeen/master (PR #561)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #561). Discussion ---------- Added 2.3 upgrade notes After upgrading to symfony-2.3 I noticed that the debugging was crippled. I could not find anything in the upgrade notes, so here it is. I am not sure if I phrased it correctly. PS Yes, I know, I should've subscribed symfony blog ages ago. I did so now. Commits ------- bdad65c Added 2.3 upgrade notes containing app_dev.php changes regarding debug component.
2 parents 4f884f2 + 4448bd4 commit 189db85

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

UPGRADE-2.3.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
UPGRADE FROM 2.2 to 2.3
2+
=======================
3+
4+
* You now have to manually enable the [debug component](http://symfony.com/blog/new-in-symfony-2-3-new-debug-component) in [`web/app_dev.php`](https://github.com/symfony/symfony-standard/blob/2.3/web/app_dev.php)
5+
by adding `Debug::enable();` just after including the boostrap cache.

0 commit comments

Comments
 (0)