How to change default php-cli in console Default PHP CLI version for Zone managed servers (shared hosting, smart dedicated servers) have the same PHP version as the...
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...
How To Change php.ini File (max_execution_time, memory_limit) PHP extensions and values for a virtual server can be managed in multiple ways: via the global php.ini file, using...
Setting up cron jobs in Magento 2 In order to run Magento 2 you need to add 3 cron jobs to the webhosting management. The interval of...
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...
SSH tips and tricks How to enable PHP modules? Have you activated some PHP modules on your web server that are not loaded by...
Detecting slow PHP requests On the Zone server platform, the real-time web server logs are situated in the logs directory. HTTP and HTTPS logs...
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...