Skip to content

Add missing pcre dependency definition to zip extension #39

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

Closed
wants to merge 1 commit into from

Conversation

petk
Copy link
Contributor

@petk petk commented Jun 1, 2024

The zip extension also requires the pcre extension.

The zip extension also requires the pcre extension.
/* {{{ zip_module_entry */
zend_module_entry zip_module_entry = {
STANDARD_MODULE_HEADER,
"zip",
Copy link
Collaborator

Choose a reason for hiding this comment

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

This one should not be removed ;)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ah, indeed. Thanks. I've pasted it too quickly.

@remicollet
Copy link
Collaborator

Fix and applied to all versions in d66c502

Thanks

@remicollet remicollet closed this Jun 3, 2024
@petk petk deleted the patch-dependencies-zip branch June 3, 2024 14:15
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.

2 participants