-
|
As the title suggests, I want to add some compilation parameters when compiling some extensions. Currently, it's just the fixed --with-php-config |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
As an end user of PIE, in case anyone else comes across the same question, specifying configuration options is documented here: The exact options available depend on what the extension has defined 👍 As a maintainer of an extension, if you wish to specify configure options that people can use, please see: https://github.com/php/pie/blob/1.4.x/docs/extension-maintainers.md#configure-options on how to add these |
Beta Was this translation helpful? Give feedback.
-
|
@zds-s I did restore the original question as it may be useful for others :) thank you! |
Beta Was this translation helpful? Give feedback.
As an end user of PIE, in case anyone else comes across the same question, specifying configuration options is documented here:
The exact options available depend on what the extension has defined 👍
As a maintainer of an extension, if you wish to specify configure options that people can use, please see: https://github.com/php/pie/blob/1.4.x/docs/extension-maintainers.md#configure-options on how to add these