如何在使用fortrabbit.com托管网站时更改此php.ini设置?
我已经尝试过的
- Result: "always\_populate\_raw\_post\_data" is not configurable there
- Result: 500 Server error
- Result #1: Nothing
- Result #2: phpinfo() shows "none" in "Scan this dir for additional .ini files"
- Result #3: phpinfo() shows "none" in "Additional .ini files parsed"
- Result: Could not save the file, I'm not root on this server
为什么我想要这个工作
发布于 2017-04-11 14:06:12
我回答我自己的问题:
问:,在使用fortrabbit.com?托管网站时,如何更改这个php.ini设置?
答:我自己不能更改这个php.ini设置: always_populate_raw_post_data = -1。必须寻求fortrabbit.com的支持。他们这么做是为了我。
发布于 2017-04-06 01:23:16
您可以使用尼尼函数来完成这一任务。
https://stackoverflow.com/questions/43243647
复制相似问题