php.ini

  1. K

    My php.ini changes are not working, what can be reasons?

    If PHP directive belong to “PHP_INI_SYSTEM” which means you can control directives under php.ini files. You can make changes in these directives in WHM. For that you can follow these: Login to WHM >> Software >> MultiPHP INI Editor Another reason can be that if you are making changes in...
  2. bhawanisingh

    Using suPHP_ConfigPath in htaccess and php.ini Files

    Single User PHP (SuPHP) is a type of PHP Handler that executes PHP scripts with the authorization of their owners. This Handler is installed on all the shared servers thus one can use this to set settings from the php.ini file global for the whole account. This file is available in public_html...
  3. bhawanisingh

    How to find php.ini location on CentOS server ?

    What is php.ini file ? The php.ini file is the default configuration file for running applications that require PHP. It is used to control variables such as upload sizes, file timeouts, and resource limits. How to find php.ini location ? You can check php.ini file through two ways. 1). Through...
Top