Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support registering ini definitions for modules #225

Merged
merged 7 commits into from
Oct 10, 2023
Merged

Conversation

joehoyle
Copy link
Collaborator

@joehoyle joehoyle commented Feb 5, 2023

PHP extensions that want to provide ini settings can do so using IniEntryDef::register(); values can then be fetched via GlobalExecutor::ini_values().

@ptondereau
Copy link
Collaborator

ptondereau commented Feb 7, 2023

Thank you! Did you tested it? also if you can rebase :)

PHP extensions that want to provide ini settings can do so using `IniEntryDef::register()`; values can then be fetched via `GlobalExecutor::ini_values()`.
@danog
Copy link
Collaborator

danog commented Oct 10, 2023

Thank you, this is super useful!

@danog danog merged commit eff7b01 into master Oct 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants