Roland Franssen Javier Eguiluz
Contributed by Roland Franssen and Javier Eguiluz in #20697 and #20722

In the Symfony Profiler, the Configuration panel shows the value of some of the most important PHP and Symfony configuration options. This panel is specially useful for Symfony newcomers, because it helps them spot problems like not having enabled a PHP accelerator or having enabled a wrong set of bundles.

However, this panel lacked some important information. For example, we get a lot of issue reports caused by using a 32-bit PHP architecture instead of 64-bit. That's why in Symfony 3.3, this panel will include more information.

First, the PHP configuration has removed some rarely used options and now it displays three very common options: the architecture (32 or 64 bit), the locale and the timezone:

Second, the Symfony panel now displays more information about the version that you are currently using: whether the version is maintained/expired/unstable and when will the bug and security support end:

Published in #Living on the edge