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

Provide list of bundled extensions per PHP branch #36

Closed
pierrejoye opened this issue May 7, 2015 · 4 comments
Closed

Provide list of bundled extensions per PHP branch #36

pierrejoye opened this issue May 7, 2015 · 4 comments

Comments

@pierrejoye
Copy link
Member

A simple list of the extensions bundled in the core per major version.

pickle cmd line or composer can then fetch them to directly deal correctly with it and tell the user to either enable, install or rebuild them php, alternatively rebuild php.

The list will be:

[
'extname' => false,
'extname' => 'vendor/repo',
]

false means this extension is only maintained in core.
'vendor/repo' is the name of the extensions within pickle, so if an newer external release is available, it can be installed.

Files:
/json/php-core-5.4.json
/json/php-core-5.5.json
/json/php-core-5.6.json
/json/php-core-7.0.json

@weltling
Copy link
Contributor

weltling commented May 7, 2015

This would probably need the PHP version relation as well, at least for some cases. As extensions come and go.

@pierrejoye
Copy link
Member Author

What the title said, it will be json per branch :)
On May 7, 2015 8:39 PM, "Anatol Belski" notifications@github.com wrote:

This would probably need the PHP version relation as well, at least for
some cases. As extensions come and go.


Reply to this email directly or view it on GitHub
#36 (comment)
.

@weltling
Copy link
Contributor

weltling commented May 7, 2015

Got it :) .. this is probably also easier also for, extending later, when HHVM or something else comes in addition.

@pierrejoye
Copy link
Member Author

80eb8a1

WiP

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

No branches or pull requests

2 participants