Simply.com is available in english

PHP-versies, extensies & modules

Wijzig PHP-versie van 5.6 naar 8.4 in het controlepaneel of via het .htaccess‑bestand – alle standaardmodules inclusief Ioncube zijn geïnstalleerd op onze Linux-servers.

Op de Linux-servers van Simply.com streven we ernaar de meest gebruikte PHP-modules geïnstalleerd te hebben, terwijl we de servers zo stabiel en snel mogelijk houden.

We bieden alle PHP‑versies vanaf 5.6 en hoger aan.

Als je geïnteresseerd bent in alle standaardinstellingen en modules op onze servers, kun je dit zien in phpinfo(). Je kunt een voorbeeld hier vinden: http://linux1.unoeuro.com/phpinfo.php

Ioncube is geïnstalleerd op alle PHP‑webhosting.

PHP‑versie wijzigen

Je kunt zelf de PHP‑versie voor je product wijzigen via ons Controlepaneel. Dit doe je onder Website → PHP‑versie.
Wanneer de versie hier wordt gewijzigd, overschrijft dit eventuele versies die in het .htaccess‑bestand zijn ingesteld.

PHP‑versie wijzigen voor specifieke map/hostnaam (geavanceerd)

Wil je een specifieke PHP‑versie gebruiken, dan kan dit worden gewijzigd door een directive toe te voegen aan je .htaccess‑bestand.
Je kunt het .htaccess‑bestand benaderen via onze File Manager of via FTP. Als het bestand niet bestaat, moet je het aanmaken.

PHP‑versie .htaccess‑directief
Latest stable (pt. PHP 8.4) AddType application/x-httpd-php-latest .php
8.4 AddType application/x-httpd-php84 .php
8.3 AddType application/x-httpd-php83 .php
8.2 AddType application/x-httpd-php82 .php
8.1 AddType application/x-httpd-php81 .php
8.0 AddType application/x-httpd-php80 .php
7.4 AddType application/x-httpd-php74 .php
7.3 AddType application/x-httpd-php73 .php
7.2 AddType application/x-httpd-php72 .php
7.1 AddType application/x-httpd-php71 .php
7.0 AddType application/x-httpd-php70 .php
5.6 AddType application/x-httpd-php56 .php

Binary

/usr/local/bin/php-binary volgt automatisch de PHP‑versie die in het .htaccess‑bestand is opgegeven. Composer maakt ook gebruik van deze.

Artikel uit de ondersteuningscategorie: PHP

Andere relevante artikelen