Does PHP do any parsing on the php.ini file? – Apache
Running PHP Version 7.1.30 under RHEL 7.7. I'm wanting to bump memory_limit, but wasn't sure if I had the syntax right (i.e. 256M or 256MB). So to start with I put a bad value "Hugo" in as the memory_limit setting.…