K-S-V / Scripts

Collection of my scripts
GNU General Public License v3.0
635 stars 226 forks source link

AdobeHDS.php: List all missing extensions #29

Closed vzvu3k6k closed 10 years ago

vzvu3k6k commented 10 years ago

When more than one PHP extensions are missing, the script asks you to install the first missing extension, and says nothing about the other missing extensions. For example, if bcmath and curl are missing, it only asks you to install bcmath. This behavior can be misleading. This change makes the script list all missing extensions.