PDA

View Full Version : Which PHP am I really using?



Craigg
07-14-2008, 02:25 PM
When I look on the front of my CPanel, it says PHP 5.2.6 is in use. However, when I go into PHP Config PHP4 is selected. Is the PHP4 in PHP Config just what appears as being selected by default?

RDM
07-14-2008, 02:50 PM
All boxes should already by on PHP5.

Or to really find out, you can create a phpinfo.php file and put the following code in it:


<?php phpinfo(); ?>