I would like to put some of my application configuration data in php.ini.
I tried just adding new values ββand then getting them using ini_get
I don't show anything. Do I need to define new entries in the extension?
I know that I can create a config / ini file and parse it easily with PHP, but I want to avoid this. I do this because I assume that it loads once per process.
I donβt attach a big big picture here, since I want to keep the technical question as much as possible, unfortunately, this platform does not allow discussion. I need this inside php.ini
source
share