my php-fpm.conf configuration file is as follows:
include *conf
php.fpm.dconf
I set an array variable in m.beike.conf
;DB
env[DB_HOST] = "127.0.0.1"
env[DB_NAME] = "test"
....
you can"t get it through $_ server [DB _ HOST]
in the php code. You can access it by setting this set of variables under www.conf. What"s going on?