mirror of
https://github.com/nicoverbruggen/phpmon.git
synced 2025-08-06 19:40:08 +02:00
Improved the accuracy of the brew output. Often, when multiple console messages were returned, the progress prompt in the PHP version manager would display the earliest found step, not the latest, thus unfortunately misrepresenting the progress of the installation steps. This fixes that by reversing the return order, but also extracts relevant information from the commands, too, so that contextual info is now included (for pouring, installing and downloading steps). (This makes it a little bit more transparent for the end user to find out what is taking up all this time. I wish that Homebrew was faster, too, but there's a reason I'm not using statically compiled PHP for this project. Either way, this is a nice QoL change.)