• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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