.ini config file header - is it necessary? #282
Replies: 2 comments
-
AFAIK INI sections are useless, like ignored, all INI parameters are globals. I may be wrong, it's quite hard to find something clear about that in the documentation. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks @NoiseByNorthwest - I appreciate your advice. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I'm a new PHP-SPX user setting it up with PHP 8.4.
I'm loading multiple third-party extensions, all of which have their own header in brackets for the respective config file.
I understand PHP-SPX config options are namespaced with
spx.*
, does this proclude the need for a[spx]
(or similar) config file header?Thank you.
Beta Was this translation helpful? Give feedback.
All reactions