latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

PHP

Return PHP version of all virtual hosts

This function returns the PHP version of every virtual host that a reseller controls.

Note:

This document only applies to systems that run EasyApache 4.

Important:

When you disable the Web Server role, the system disables this function.

get/php_get_vhost_versions

Response

HTTP Request was successful.

Example response

{
  "data": {
    "versions": [
      {
        "account": "rm3",
        "account_owner": "root",
        "documentroot": "/home/example/public_html",
        "homedir": "/home/rm3",
        "main_domain": 1,
        "php_fpm": 1,
        "php_fpm_pool_parms": {
          "pm_max_children": 5,
          "pm_max_requests": 20,
          "pm_process_idle_timeout": 10
        },
        "phpversion_source": [
          {
            "domain": "example.com",
            "system_default": 1
          }
        ],
        "version": "ea-php72",
        "vhost": "otherchars.rm3.tld"
      }
    ]
  },
  "metadata": {
    "command": "php_get_vhost_versions",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}