PHP information

PHP/MySQL | Updated 2026

To view your PHP version, loaded extensions, configuration settings, and server environment, create a phpinfo file. This is the quickest way to check what PHP features are available on your hosting account.

01. Useful Information in phpinfo

  • PHP Version - At the very top. To change it, see How to Change PHP Version.
  • Loaded Extensions - Search for specific extensions like curl, gd, imagick, mbstring, mysqli
  • memory_limit - Current memory allocation. See Increase PHP Memory.
  • upload_max_filesize - Maximum file upload size. See Changing Max Upload Size.
  • Server API - Shows how PHP runs (LSAPI on our servers)
Delete After Use

Delete phpinfo.php immediately after checking. It exposes detailed information about your server configuration that attackers can use to find vulnerabilities. Never leave a phpinfo file on a production site.

For server paths (PHP, Perl, Python, ImageMagick, etc.), see Server Paths.

Need a PHP Extension Enabled?

If phpinfo shows a missing extension you need, see How to Request a Module or open a ticket.

Open a Support Ticket

Quick Recap

  1. Create phpinfo.php with <?php phpinfo(); ?>
  2. Visit it in your browser to see full PHP configuration
  3. Check extensions, limits, and version
  4. Delete the file immediately after
  5. Use cPanel MultiPHP to change settings you need to adjust

PHP configuration reference · Last updated March 2026 · Browse all PHP/MySQL articles

  • 351 Users Found This Useful

Was this answer helpful?

Related Articles

How can I find my MariaDB - MySQL version?

PHP/MariaDB/MySQL | Updated March 2026 There are several ways to check your MariaDB/MySQL...

Strict Standards: Non-static method JLoader::register() should not be called statically in

PHP/MySQL | Updated 2026 The "Strict Standards: Non-static method JLoader::register() should...

How can I view/modify data in my MySQL database?

PHP/MySQL | Updated 2026 phpMyAdmin is the primary tool for viewing, editing, and managing...

How to Add a User to a MariaDB/MySQL Database

PHP/MariaDB/MySQL | Updated March 2026 Every application that uses a database (WordPress,...

Cannot Connect to MariaDB MySQL Database

PHP/MariaDB/MySQL | Updated March 2026 The "Could not connect to the database" error means...



Save 30% on web hosting - Use coupon code Hosting30