How do I include a php.ini file in another php.ini file?

后端 未结 7 1327
温柔的废话
温柔的废话 2020-12-01 13:59

How do I include a php.ini file in another php.ini file?

相关标签:
7条回答
  • 2020-12-01 14:38

    You could try to simulate it making use of the ini_set function. But as the "man page" indicates, not all ini options can be changed using ini_set. It's definitely a useful function, though.

    0 讨论(0)
提交回复
热议问题