• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Finding php version

chartman

Basic Pleskian
Does anyone know where to find the current version of php on a windows 3003 server running Plesk 7.5? I appreciate any direction anyone might have.
 
Click on the SERVER link on the left side then look for a button called Manage Services or Service Management. It should be in that list.
 
Thanks for the tip. In Windows 2003 Plesk 7.5 it is under the "Component Info" link. Appreciate you pointing me in the right direction.
 
to see all the php info you can create a file with just the following:

<?php
phpinfo();
?>

save it as php.php add it to your http docs folder and then view it from a web browser
 
Wow!

Thanks for the php info. I created the file and ran it in my browser and got 9 pages of information!
 
Back
Top