Skip to content

Autotools: Add libtool --silent option to phpize #15703

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

petk
Copy link
Member

@petk petk commented Sep 1, 2024

When building PHP extensions with phpize there is a lot of additional log output done by libtool in the make step that cannot be turned off. This syncs the php-src build and phpize by enabling the Libtool --silent option.

This can wait for PHP after 8.4 version, otherwise the default output by make is almost always sufficient. The php-src's configure.ac already has this option set but phpize didn't have it yet.

When building PHP extensions with phpize there is a lot of additional
log output done by libtool in the make step that cannot be turned off.
This syncs the php-src build and phpize by enabling the Libtool --silent
option.
Copy link
Member

@devnexen devnexen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, php 9 milestone perhaps tough ?

@petk petk added this to the PHP 9 milestone Sep 2, 2024
@petk
Copy link
Member Author

petk commented Sep 2, 2024

lgtm, php 9 milestone perhaps tough ?

Yes, agreed. Added.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants