1. Home
  2. Languages
  3. How to Use PHP Interface

How to Use PHP Interface

Introduction

The interface allows a fine management of PHP versions, extensions and options.

Note :The Glossary contains explanations on multiple topics and can be consulted to clarify certain terms.

Documentation

Documentation on PHP can be found on the Web, in particular at: https://www.php.net/manual/en/.

Prerequisites

Go to https://mg.n0c.com/en/.

How to Modify the PHP Version of the Account

Many PHP versions are at your disposal through the N0C platform:

PHP 4.4PHP 5.1PHP 5.2
PHP 5.3PHP 5.4PHP 5.5
PHP 5.6PHP 7.0PHP 7.1
PHP 7.2PHP 7.3PHP 7.4
PHP 8.0PHP 8.1PHP 8.2
Available PHP versions

You can choose the one that suits your needs for an entire N0C account at any time (if you want a single PHP version per site, you must create an N0C account for each of your sites).

  1. In the Sidebar menu, select Languages > PHP.
  2. Select the desired version from the PHP VERSIONS drop-down list and click on the Apply button:
  1. Confirm that the current PHP Version is consistent with the change made:

How to Enable or Disable the PHP Extensions

Most of the time, the default extensions selected are suitable for most of the needs. However, you can activate only the PHP extensions that are useful for you. This ensures that you can manage the whole of PHP in a fine-tuned way.

  1. Click on the Extensions PHP tab:
  1. Check (enable) or uncheck (disable) the extensions according to your needs:
  1. Click on the Save button to save your changes.
  2. Click the Reset button to return to the default PHP extensions, in which case a confirmation message will be displayed:

How to Modify the PHP Options 

It is possible to change the values of the different PHP parameters such as “memory_limit” and “display_errors“.

  1. Click on the Options tab:
  1. Click on the Edit icon:
  1. Enter the desired value (or select the desired option) and validate by clicking on the green hook icon (the red icon is used to cancel the operation):
  1. Click on the Save button:
  1. Click on the Reset button to return to the default options, in which case a confirmation message will be displayed.
Updated on February 23, 2024

Related Articles