Skip to content

Conversation

@asgrim
Copy link
Contributor

@asgrim asgrim commented Jan 26, 2026

Fixes #436

@asgrim asgrim added this to the 1.4.0 milestone Jan 26, 2026
@asgrim asgrim self-assigned this Jan 26, 2026
@asgrim asgrim added the enhancement New feature or request label Jan 26, 2026
@asgrim asgrim marked this pull request as draft January 26, 2026 12:22
$package->downloadUrlMethod = DownloadUrlMethod::tryFrom($phpExtOptions['download-url-method']);
/** @var string|list<string> $extOptionValue */
$extOptionValue = $phpExtOptions['download-url-method'];
$methods = is_array($extOptionValue) ? $extOptionValue : [$extOptionValue];
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Needs Composer to be updated & released with this change

Copy link
Contributor Author

Choose a reason for hiding this comment

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

needs composer/composer#12727 to be merged and released, then we can update Composer dependency to this

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

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support for prebuilt binaries for extensions

1 participant