Kundencenter Webspace PHP-Konfigurator/en

Aus EUserv Wiki

Wechseln zu: Navigation, Suche

Setting up PHP

Inhaltsverzeichnis

Setting up PHP

General

If you have an EUserv webspace, you have the option of using different scripting languages​​, which are mainly used to create dynamic Web pages and Web applications, including PHP (Personal Home Page Tools). The collective EUserv webspace includes PHP version 4 and 5. The latest stable version PHP 4 was set in 2008 and is no longer supported, you will in EUserv Customer nevertheless provided.

Configuring PHP

In EUserv customer center, you have the opportunity to make adjustments to the PHP version for your homepage.

To do so, select first from your webspace contract for which you want to configure the settings for PHP.

Datei:Kc-vertrag-wählen_572x.png



Once you have selected your webspace contract, now click on the menu item "PHP Configurator" under webspace.

Datei:Account_vertragsdetails2_572x.png



Here you can configure your webspace tariff PHP settings.

Datei:Php-einstellungen_default_572x.png



Setting PHP4

PHP4 was set in 2008. Since it is no longer published and supported. So, for PHP4 since 2008, no updates or new security innovations. Need it anyway for your website, so you can use PHP4 drop-down menu under "Default PHP version" choose for your entire web space. To save your selection, please click on "contact".

Datei:Php-einstellungen_php4_572x.png



Setting PHP5

PHP5 and PHP4 is the successor to the latest stable version of the scripting language. It is currently developed and published. Security updates are regularly provided. From the drop-down menu under "Default PHP version", you can select PHP5 for your entire webspace. Since it is the newer version, it is automatically set at the beginning of the "default". To save your selection, please click on "contact".

Datei:Php-einstellungen_default_572x.png



Function allow_url_fopen

The setting "allow_url_fopen" enabled URL support fopen () wrapper, making it possible to access a URL object like any other file. It Standardwrapper be supplied to access remote files over FTP and HTTP protocol. WARNING: safety-critical parameters

Datei:Php-einstellungen_default_allow_url_fopen_572x.png



Function allow_url_include

The setting of "allow_url_include" enables the use of URL wrappers with the following functions: "include, include_once, require, require_once". "allow_url_include" only works when "allow_url_fopen" is also enabled. WARNING: safety-critical parameters

Datei:Php-einstellungen_default_allow_url_include_572x.png



Function register_globals

The setting "register_globals" to determine whether the EGPCS (Environment / Environment, GET, POST, Cookie, Server) variables are to be registered as global variables. WARNING: safety-critical parameters

Datei:Php-einstellungen_default_register_globals_572x.png



Function display_errors

The setting "display_errors" determines whether your site in case of failure or insufficient permissions to issue an error message.

Datei:Php-einstellungen_default_display_errors_572x.png