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

Fix bug #75346: PEAR install fails with shared xml extension #2836

Closed
wants to merge 1 commit into from

Conversation

petk
Copy link
Member

@petk petk commented Oct 9, 2017

PEAR installation requires to have xml and libxml extensions enabled. However when the xml extension is installed as shared one (--enable-xml=shared) the installation fails. This patch fixes bug #75346 with additional ini entries passed to php cli command for installing PEAR.

The removal of modules during installation step is also not required before doing make distclean otherwise the shared modules cannot be determined easily.

PEAR installation requires to have xml and libxml extensions enabled.
However when the xml extension is installed as shared one
(--enable-xml=shared) the installation fails. This patch fixes this with
additional ini entries passed to php cli command for installing PEAR.
@petk
Copy link
Member Author

petk commented Oct 10, 2017

Sorry, fixing this in a new pull request since the removal of the modules *.la files is required after all.

@petk petk closed this Oct 10, 2017
@petk petk deleted the patch-pear branch October 12, 2017 00:16
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

Successfully merging this pull request may close these issues.

None yet

1 participant