Skip to content
Advertisement

Tag: rhel

Does PHP do any parsing on the php.ini file?

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. The trouble with this is the result of phpinfo() (run under httpd) literally has the string “Hugo” in place, i.e.:

Advertisement