Mantis - Quercus
Viewing Issue Advanced Details
1248 trivial always 07-12-06 13:57 07-12-06 16:47
koreth  
ferg  
normal  
closed 3.0.19  
fixed  
none    
none 3.0.20  
0001248: phpinfo() not implemented
This is not actually impacting our code base, but one of the engineers here tried to bring up Quercus and wrote a simple "hello world" script that was just

<?php
var_dump(phpinfo());
?>

and thought he'd done something wrong in his setup when he got an error message about phpinfo() not being defined.

It seems like the above is a pretty common "is it working at all?" script among PHP developers who've just set up a new environment, so it should probably at least return *something*.

Notes
(0001389)
ferg   
07-12-06 16:47   
Added extremely basic phpinfo.