The changePhpVersion Web API Method

Change php version.

Version: 1.15

Required Permissions: Full

HTTP method: POST

Supported by Editions: All

Request Parameters:

Parameter

 Type

Required

Description

phpVersion

String

Yes

New version string.

Expected Response Code: 200 OK. For more information see Response Format.

Response Type: boolean

Possible Action Specific Error Codes: \WebAPI\Exception

Example

Usage Example

Request

POST /ZendServer/Api/changePhpVersion

phpVersion=7.2

Response

{ "status": true }