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

后端 未结 7 1345
温柔的废话
温柔的废话 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.

提交回复
热议问题