aboutsummaryrefslogtreecommitdiff
path: root/src/benchmarks/httpd/html/index.php
blob: 0dde14eb7aaee9049b32ee6216d6b98f1376ac46 (plain)
1
2
3
4
5
6
7
8
9
10
<?php

// Show all information, defaults to INFO_ALL
phpinfo();

// Show just the module information.
// phpinfo(8) yields identical results.
phpinfo(INFO_MODULES);

?>