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

Allow old PEAR/PECL named convention packages for pre-packaged source #193

Conversation

asgrim
Copy link
Collaborator

@asgrim asgrim commented Feb 28, 2025

Follow-up for #39

This allows older mongodb pre-packaged archives to be used without modification 💯 and also means pecl package won't complain 😁

sudo pecl install php_mongodb-1.21.0dev-src.tgz
parsePackageName(): only one version/state delimiter "-" is allowed in "php_mongodb-1.21.0dev-src.tgz"
invalid package name/package file "php_mongodb-1.21.0dev-src.tgz"
install failed

@asgrim asgrim added the enhancement New feature or request label Feb 28, 2025
@asgrim asgrim added this to the 0.7.0 milestone Feb 28, 2025
@asgrim asgrim self-assigned this Feb 28, 2025
@asgrim asgrim merged commit 2f8def7 into php:main Feb 28, 2025
19 checks passed
@asgrim asgrim deleted the include-old-pear-convention-for-prebuilt-source-packages branch February 28, 2025 10:23
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.

1 participant