Page 1 of 1

PhpInfo directed to stdout

Posted: 2. Oct 2017, 20:19
by mhenrydpai
how can I get phpinfo call to display it's output to stdout?

this code does not show anything

<?php
echo phpinfo();
?>