Kundencenter Webspace PHP-Konfigurator/en

Aus EUserv Wiki

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Zeile 38: Zeile 38:
<br>
<br>
<br>
<br>
-
 
+
=== Setting PHP4 ===
-
=== 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".
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".
Zeile 49: Zeile 48:
<br>
<br>
<br>
<br>
-
 
+
=== Setting PHP5 ===
-
=== 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".
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".
Zeile 61: Zeile 59:
<br>
<br>
-
=== Function allow_url_fopen==
+
=== 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
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
Zeile 71: Zeile 69:
<br>
<br>
<br>
<br>
-
 
+
=== Function allow_url_include ===
-
=== 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
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
Zeile 82: Zeile 79:
<br>
<br>
<br>
<br>
-
 
+
=== Function register_globals ===
-
=== 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
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
Zeile 93: Zeile 89:
<br>
<br>
<br>
<br>
-
 
+
=== Function display_errors ===
-
=== Function display_errors===
+
The setting "display_errors" determines whether your site in case of failure or insufficient permissions to issue an error message.
The setting "display_errors" determines whether your site in case of failure or insufficient permissions to issue an error message.

Version vom 14:36, 25. Sep. 2012

Setting up PHP

Inhaltsverzeichnis

Setting up PHP

General

If you own a web space EUserv deal, 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). With a collective EUserv webspace you are in PHP version 4 and 5 are available. Here is version 5 represents 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, 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