Created
October 16, 2025 16:16
-
-
Save ziadoz/82c13417b83202979ecc945968ae41d5 to your computer and use it in GitHub Desktop.
PHP Extension Versions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| foreach (get_loaded_extensions() as $extension) { | |
| echo "$extension: " . phpversion($extension) . "\n"; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment