I want to two split php.ini into two files so that I can move important entries to a new file. I think it is a .ini file so, any rule for creating partial .ini files will also apply to it. Is it possible to do so? If yes, how?
Tell me more
×
Webmasters Stack Exchange is a question and answer site for
pro webmasters. It's 100% free, no registration required.
closed as not a real question by bybe♦, John Conde♦ Apr 14 at 15:36
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Generally you would not split a php.ini file unless it was a direct copy, you would make a script that would generate a new php.ini in the location of your choice with the rules that you require. Your best bet would be to do a little ground work on how to generate text based files in Windows or Linux whichever is your hosting environment and then when you have some code your stuck on, post it on Stack OverFlow. |
|||
|
|
