multiphp-ini-editor

  1. N

    disable_functions has no effect in php 8

    I need to use the proc_open function in my Drupal installation. But when I remove the disable_functions in Multi PHP INI editor, it seems to have no effect. I obtain an error in my Drupal installation: "The Process class relies on proc_open, which is not available on your PHP installation."...
  2. Born2Kill

    Configure Custom php.ini Per Account?

    Hello, can someone please help me with EA4 and i would like to have CUSTOM php.ini per account. Can someone please send me some how to. I have tried a lot of thinks but without success. Thanks in advance.
  3. K

    How to reset php config?

    Hi, Using php ink editor I made several changes and forgot what changes I made. I want to reset it to cPanel default. How to do it ?? I just want to reset php.ini and nothing else. Thanks.
  4. V

    SOLVED [CPANEL-20849] MultiPHP INI Editor is slow in version 72

    Hello After updating the Cpanel version from v70 to v72, the multi php ini editor part in whm to work slowly. When we save changes, there is a long wait. version v72.0.4
  5. G

    SOLVED MultiPHP INI editor saves configuration in 3 files? .htacces / .user.ini / php.ini

    Each time I play with MultiPHP INI editor on my cPanel account it saves my php configuration three times: in a local .htaccess file by using php5_module directives in a local .user.ini file by using the classic PHP directives in a local php.ini file by using the classic PHP directives On my...
  6. P

    MultiPHP INI Editor empty "content"

    I want to remove my custom php.ini created from the MultiPHP INI Editor, but I get this message (after deleting all text): The “content” argument cannot be empty. It actually looks like a bug to me but is it?
  7. Rodrigo Gomes

    MultiPHP INI Editor is not working with mod_lsapi

    Hello, I migrated to CloudLinux recently and started to use mod_isapi. And I noticed that the MultiPHP INI Editor does not work with this module because the Editor adds a line that checks by php7_module. Example: # BEGIN cPanel-generated php ini directives, do not edit # Manual editing of...
  8. kiti

    upload files limits issue & php.ini values

    Hi, In the multiPHP ini editor there is an option to setup the upload_max_filesize However, on its own, this setting is useless for web applications like WordPress or drupal. The post_max_size in php ini should be as much as the upload_max_filesize otherwise it does not change anything. Let...
  9. behinam

    MultiPHP INI Editor - Editor Mode changes not updated WHM v66.0.18

    Hello i use WHM v66.0.18 and when i change parameters in php.ini with MultiPHP INI Editor in WHM, No change occurs. (like memory_limit) i dont use PHP-FPM. What is the problem? - Removed Please Attach Images to Post -
  10. paulapatrice

    Configuring post_max_size in MultiPHP INI Editor

    A default entry in my typical user.ini file is post_max_size but it isn't an option in the MultiPHP INI basic mode configuration fields, forcing me to manually edit every user.ini file to add a line for post_max_size = using the editor mode. The post_max_size setting is not mentioned in the...
  11. L

    SOLVED cPanel 66 Update MultiPHP INI Editor Changes

    When the update from WHM 64 to 66 ran, several settings in the MultiPHP INI Editor, including allow_url_fopen, memory_limit, timezone, and upload_max_filesize, reverted to other settings. I've got those issues resolved now, but according to the release notes for WHM 66, the MulitPHP INI Editor...
  12. M

    php.ini changes in cPanel 66

    Could the online documentation be updated to reflect that local.ini files are no longer used? I upgraded to EasyApache 4 today, and spent a fair amount of time trying to work out why local.ini files weren't appearing as the documentation suggested. Also, the PECL installer is still looking for...
  13. M

    Increasing memory limit issue

    hello i increase memory_limit to 1024M from multiphp editor for all php versions, but it not change when i check it phpinfo in my website kindly please tell me why it happened? Thanks.
  14. L

    MultiPHP INI Editor Values Not Saved for PHP-FPM Sites

    I realize the above is from an old post, but I ran into the problem of changes in WHM 66 MultiPHP INI Editor not being reflected for sites running PHP-FPM, and I'm wondering if there is any update on this, or if I'm experiencing a different issue. Specifically, when I changed...
  15. N

    MultiPHP INI Editor - Editor Mode

    MultiPHP INI Editor - Editor Mode change are not updated. I have set apc.shm_size=128M but still using apc.shm_size=32M. I do restart the server but still are using old valve. please let me know this fix. ; If openssl.cafile is not specified or if the CA file is not found, the ; directory...
  16. D

    cPanel MultiPHP INI Editor issue

    I am running into this everywhere. It seems like this editor ACL is a bit "static" as to what it chooses to include in user.ini, and if multiple domains hit the same root, doesnt work in a per-domain manner anyways if they are all in the same root (ie, multisite). So far its wrecked up an...
  17. D

    Some changes from MultiPHP INI Editor doesn't take effect

    Hi, Ever since we started using MultiPHP, we have been having small issues. Changes to stuff like 'allow_url_fopen' and 'file_uploads' doens't really work, while changes to stuff like memory_limit and upload_max_filesize works perfectly well. If we change allow_url_fopen to On in WHM, it's...
  18. keat63

    Disable Functions

    I want to disable some PHP functions. disable_functions =exec,passthru,shell_exec,system,proc_open,popen,curl_exec,curl_multi_exec,parse_ini_file,show_source however, looking in MutiPhpini editor, i see no entry for disable_functions, so i've no idea where to post the above string. Could...