You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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. 😅
After following PR #1208 that removes
ENV PHP_EXTRA_CONFIGURE_ARGS
, it seems that there is no possibility to use additional flags inconfigure
script. This is quite problematic in some cases (for example, if I'd like to include debugging symbols forgdb
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?
The text was updated successfully, but these errors were encountered: