Sending emails via web-server General If you are hosting your website on Zone virtual server and you would like to send emails out from...
PHP time limit (max_execution_time, set_time_limit()) The default PHP’s execution time (max_execution_time) is 30 seconds. This is the time limit for a PHP script for how...
New Relic license When creating a New Relic account, the user will be provided with a license key, which must be linked to...
opcache_reset Opcache_reset function is used to clear the PHP Opcache memory. Since the server is running a PHP CGI runtime, the...
Differences between PHP modes (FastCGI and CLI) On our virtual servers and private servers, PHP scripts can run in two different modes: FastCGI (the default mode) CLI...
How To Change Default PHP CLI Version In Console Default PHP CLI version for Zone managed servers (shared hosting, smart dedicated servers) have the same PHP version as the...
Displaying PHP information Information about PHP and its settings can be viewed by using the phpinfo() function in one of your scripts. As...
Connecting to MSSQL In order to connect to MSSQL, you need to activate the PDO / DBLib extension under PHP extensions. To activate...
How to change PHP version on the web server How to change the PHP version for the main domain To change the PHP version on your server, open Webhosting ...
PHP GeoIP module GeoIP As of 03.01.2022, the GeoIP PHP module is not available from the Zone virtual server. The GeoIP database is...