This is a spin off of #5858, where we considered adding some system metrics to the status page, to help site admins/owners get a better understanding of the minimum-recommended and minimum-possible specs required for a server that would run their site (when they are looking to move their locally-developed site to a live server, or when switching hosting providers).

In #5858 we decided that showing system RAM usage may not be relevant, but showing some basic PHP memory usage would be helpful. While working on the code, I've noticed some code repetition and certain things that could be consolidated. For example, things like the PHP extensions, memory limit, and register globals are not frequently used past the initial site installation, so I thought that they could be placed under the "more" toggle in the main PHP entry (where we show the PHP version). That, plus some other minor tweaks.

Also, I wanted to split this from the rest of the things we considered (such as db size and files directory size), in order to not hold back one thing while discussing/bikeshedding the others.

GitHub Issue #: 
5863