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

Possibility to use additional flags in configure #1480

Open
winiarekk opened this issue Dec 27, 2023 · 1 comment
Open

Possibility to use additional flags in configure #1480

winiarekk opened this issue Dec 27, 2023 · 1 comment

Comments

@winiarekk
Copy link

After following PR #1208 that removes ENV PHP_EXTRA_CONFIGURE_ARGS, it seems that there is no possibility to use additional flags in configure script. This is quite problematic in some cases (for example, if I'd like to include debugging symbols for gdb with --enable-debug flag).

Is there any way to easily use additional PHP core configure option, other than creating the own image from the scratch?

@tianon
Copy link
Member

tianon commented Jan 4, 2024

Unfortunately, I think #1364 is as close as we're going to come on this, which on the plus side does cover your --enable-debug use case, but regardless this isn't possible without "building" an image because configure flags can't be changed at runtime regardless. 😅

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

No branches or pull requests

2 participants