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.
是否可以(以及如何)在 phpcloud 托管服务中设置环境变量(如 APPLICATION_ENV)?
您可以使用 .htaccess 文件更改 php.ini 设置。
在 .htaccess 文件中添加以下指令:
SetEnv APPLICATION_ENV development