Skip to content

Autotools: Simplify PHP_ALWAYS_SHARED macro #15129

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

Merged
merged 1 commit into from
Jul 27, 2024

Conversation

petk
Copy link
Member

@petk petk commented Jul 27, 2024

Instead of defining an empty M4 macro PHP_ALWAYS_SHARED when configuring extensions in php-src using the main configure.ac, the m4_ifdef can be used to conditionally call the macro when it is defined (when using phpize).

Instead of defining an empty M4 macro PHP_ALWAYS_SHARED when configuring
extensions in php-src using the main configure.ac, the m4_ifdef can be
used to conditionally call the macro when it is defined (when using
phpize).
@petk petk force-pushed the patch-PHP_ALWAYS_SHARED branch from 7950c87 to bc51533 Compare July 27, 2024 23:32
@petk petk merged commit 21e01f3 into php:master Jul 27, 2024
7 of 10 checks passed
@petk petk deleted the patch-PHP_ALWAYS_SHARED branch July 27, 2024 23:33
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