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 windows builds and PIE composer.json tweaks #14

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

Conversation

asgrim
Copy link

@asgrim asgrim commented Jan 20, 2025

Originally in #12 this PR:

  • fixes the Windows build failures
  • makes a couple of suggested improvements to PIE's composer.json

@@ -7,7 +7,13 @@
"php": ">=5.4"
},
"php-ext": {
"extension-name": "timezonedb",
Copy link
Author

Choose a reason for hiding this comment

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

Extension name is not strictly required, since the package name is already correct, but it may help to be explicit.

"configure-options": []
"configure-options": [
{
"name": "enable-timezonedb",
Copy link
Author

Choose a reason for hiding this comment

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

This --enable-timezonedb option is defined in config.m4 so it should be possible to provide this in the configure-options when using PIE

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.

1 participant