Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
phpinfo [2023/11/28 09:47] – created avsetulaphpinfo [2023/11/28 10:01] (current) avsetula
Line 1: Line 1:
-<?php  +<php> 
-foreach (get_loaded_extensions() as $i =$ext) +echo "some"; 
-{ +phpinfo()
-   echo $ext .' => '. phpversion($ext). '<br/>'; +</php>
-}+