Skip to content

Instantly share code, notes, and snippets.

@ziadoz
Created October 16, 2025 16:16
Show Gist options
  • Save ziadoz/82c13417b83202979ecc945968ae41d5 to your computer and use it in GitHub Desktop.
Save ziadoz/82c13417b83202979ecc945968ae41d5 to your computer and use it in GitHub Desktop.
PHP Extension Versions
<?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