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
Accessing Your PHP Info
- Log in to your Bluehost Account Manager.
- Click Websites in the left menu.
- 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.
- Go to the Advanced tab and click the VIEW PHP VERSION INFO link in the PHP Version card.
You’ll be redirected to the PHP Info page.
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_limit
,upload_max_filesize
, andmax_execution_time
.
- Environment Variables: Shows server-level variables that affect PHP scripts.
- HTTP Headers: Useful for debugging and understanding server-client communication.
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.