Articles

  Setting the PHP Timezone in the php.ini File

 If you get this error: Warning: date(): It is not safe to rely on the system's timezone...

 Change PHP version

In CPanel go to Software -> Select PHP Version.There you can select the version of PHP and...

 How to see all PHP settings with a phpinfo.php File

This tutorial will show you how to make a phpinfo.php file.Create a new file using the file...

 MYSQL no longer supported in PHP 7

As of December 31 2018 PHP 5.6 is no longer supported with security updates.This means moving to...

 PHP 7 is Faster Than PHP 5.6

Try using the "Select PHP Version" feature in CPanel to switch to PHP 7.Be aware that this will...

 PHP 7.0 End Of Support December 3 2018

PHP 7.0 will no longer be supported with security updates after December 3, 2018. If you use PHP...

 Prevent PHP Errors From Creating Large error.log File

Sometimes the error.log file can grow very large due to many PHP errors being written to it....

 Set PHP Max File Upload Size (upload_max_filesize) in CPanel

In Cpanel go to "Select PHP Version".In the dropdown menu of PHP versions select a version other...

 Setting Custom PHP Options with Your Own Custom php.ini File

1. In the same directory as the files you want to affect put this in the .htaccess file:It will...