PHP
Articles
How do I install Composer on my hosting? Composer is not installed by default on our servers, but it is very easy to install it on your... How to change the configuration of PHP? To change the settings of your PHP configuration you have two possibilities depending on your... How to change the maximum upload size? To modify a parameter of your PHP configuration you have two possibilities depending on your... How to modify magic_quotes_gpc? Warning: "magic_quotes_gpc" is a configuration parameter that applies to PHP versions 5.4 and... My site displays an "Internal Server Error", what should I do? For security reasons, our servers use suPHP which allows to execute PHP scripts with the rights... What are the values of max_execution_time and upload_max_filesize? To know (or confirm) the value of the current setting of a PHP configuration variable, the... What version of PHP is available? We regularly update our servers to keep them up to date with your needs, including PHP. But... Which PHP modules are installed? To determine which PHP modules are loaded and possibly configure which modules you want to load...