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...
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 ...
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...
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...
SSH tips and tricks How to enable PHP modules? Have you activated some PHP modules on your web server that are not loaded by...
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...
Timezone on ZoneOS servers On servers with the ZoneOS platform, the server time is UTC regardless of the physical location of the server (on...
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...