Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 FuelPHP,环境信息无法通过框架 htaccess 文件传递给我的命令行脚本。我读到我可以通过修改我的 php.ini 文件来设置相同的值。我在我的本地主机上使用 XAMPP,但它似乎不起作用—— getenv('FUEL_ENV') 什么也不返回。我错过了一些东西。
SetEnv FUEL_ENV production
SetEnv是一个 Apache 指令;它位于 .htaccess 文件或您的服务器配置文件中,而不是 php.ini 中。
SetEnv