Loading...

Knowledge Base

How to View and Understand PHP Info in Account Manager

PHP Info is a built-in PHP function that generates a detailed report about your server’s PHP configuration. This includes the PHP version, server environment, loaded extensions, and important configuration settings. It’s an essential tool for developers and system administrators who need to troubleshoot or optimize their hosting environment.


Understanding PHP Info

Think of PHP Info as a diagnostic report for your website’s PHP environment. PHP is the scripting language behind many websites and applications, including WordPress. The PHP Info page reveals:

  • The current PHP version installed on your server
  • Enabled features and configuration settings
  • Installed PHP extensions
PHP Info can expose sensitive server details. Never share this page publicly. Only trusted users should access it.

Accessing Your PHP Info

  1. Log in to your Bluehost Account Manager.
  2. Click Websites in the left menu.

    Bluehost Account Manager - Websites Tab
     

    • If you have only one website, you will be redirected straight to its Overview panel.
    • If you have multiple websites, all of them will be listed. Click on Settings to access the website's Overview panel.

      Bluehost Account Manager - Websites Tab Settings
       

  3. Go to the Advanced tab and click the VIEW PHP VERSION INFO link in the PHP Version card.

    Bluehost Account Manager - Websites Tab Settings
     

    You’ll be redirected to the PHP Info page.

    php-info-panel
     

Key Details Found in the PHP Info Page

Here are the most useful sections of the PHP Info report:

  • PHP Version: Shows the installed version, which is vital for compatibility with modern applications.
     
  • Server Information: Displays web server type (e.g., Apache, Nginx) and operating system.
     
  • Loaded Extensions: Lists all active PHP extensions that enhance functionality.
     
  • Configuration Settings: Includes values like memory_limitupload_max_filesize, and max_execution_time.
     
  • Environment Variables: Shows server-level variables that affect PHP scripts.
     
  • HTTP Headers: Useful for debugging and understanding server-client communication.
If you need to update your PHP version, return to the PHP Version card and select a newer version from the dropdown.

Summary

PHP Info page is a powerful tool that gives you a complete snapshot of your server’s PHP configuration. From checking your PHP version to reviewing loaded extensions and configuration settings, it helps ensure your website is running efficiently and securely. Keeping your PHP environment up to date is key to maintaining performance, compatibility, and security.

If you need further assistance, feel free to contact us via Chat or Phone:

  • Chat Support - While on our website, you should see a CHAT bubble in the bottom right-hand corner of the page. Click anywhere on the bubble to begin a chat session.
  • Phone Support -
    • US: 888-401-4678
    • International: +1 801-765-9400

You may also refer to our Knowledge Base articles to help answer common questions and guide you through various setup, configuration, and troubleshooting steps.

Did you find this article helpful?

 
* Your feedback is too short

Loading...