You can view the current PHP configuration and version info by doing the following:
Open a text editor such as vi or Notepad, and copy and paste the following:
- Open a text editor such as vi or Notepad, and copy and paste the following:
//Shows all PHP Configuration settings phpinfo(); //Shows PHP Module Information phpinfo(INFO_MODULES); ?>
- Save the file as phpinfo.php and upload the file to a browseable location inside your web directory.
- Open your web browser and go to the page you just created. You should see your current PHP configuration.
Output should look like this:
yourdomain.tld/phpinfo.php
Was this article helpful? If not please submit a request here
How helpful was this article?
Thanks for your feedback!
Do you still need help? If so please submit a request here.