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...
Extended PHP support for older versions Part of the Zone software platform (ZoneOS) is to provide PHP versions to customers even after they expire. Currently, the...
PHP strategies and automatic PHP version update Strategies There are two types of strategies: dynamic and fixed. Dynamic Major – this means that we always upgrade PHP...
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...
How to test and update servers with deprecated PHP versions? Testing PHP version If some of your virtual servers are using deprecated versions of PHP, a warning will appear on...
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 ...
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...
Connecting to MSSQL In order to connect to MSSQL, you need to activate the PDO / DBLib extension under PHP extensions. To activate...
Displaying PHP information Information about PHP and its settings can be viewed by using the phpinfo() function in one of your scripts. As...
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...
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...