Category: PHP Configuration

  • How to Edit the php.ini File in cPanel

    How to Edit the php.ini File in cPanel

    If you are familiar with PHP, you may heard about the php.ini file. There are some certain scenarios when you may need to change or update your PHP configuration in your cPanel. You can do it easily by editing the php.ini file. There are several options to edit your php.ini file. Let’s go through some…

  • How to Enable ionCube Loader in cPanel PHP Extension

    How to Enable ionCube Loader in cPanel PHP Extension

    ionCube Loader is a free PHP extension uses to decode encrypted PHP files at runtime. If you want to use ionCube Loader for your PHP application or website, you must enable it in your cPanel PHP extension using Cloudlinux Selector. Let’s see how to enable ionCube Loader in cPanel PHP Extension. Step 1: Login to…

  • How to increase the PHP Memory Limit in cPanel

    How to increase the PHP Memory Limit in cPanel

    There are some situations when you are having limit on your php memory and you are asked to increase the php memory limit. The memory_limit is a setting managed through the PHP Options which max amount of memory a script may consume. This value should be set at least as big as post_max_size. Although we…

  • Changing your PHP Settings in cPanel

    Changing your PHP Settings in cPanel

    There are many situation when we need to change our PHP settings. Specially when we host any PHP application, we need to build a specific environment. Let’s see how to change PHP settings in cPanel. Step 1: Login to your cPanel account Step 2: In the SOFTWARE section of the cPanel home screen, click Select…

  • Changing your PHP Version in cPanel

    Changing your PHP Version in cPanel

    You can run different versions of PHP in our new servers. Third-party applications may require stable version of PHP. If you are a shared hosting user, you can change your PHP version in your cPanel account. If you are a VPS or Dedicated customer, to take advantage of running PHP 5.4 you must be currently…