-
Notifications
You must be signed in to change notification settings - Fork 24
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
Make core bundled extensions available (PDO, curl, intl, etc.) #133
Comments
Couple of suggestions came out of PHPF discussions, I need to investigate viability further;
|
I don't think having core extensions in PIE makes sense. Most people will install these from distributions, and if they do choose to compile their own PHP, they have all the source to compile these extensions too. |
I must admit, I'm now struggling to understand when you'd If anyone has a specific use-case for this please comment about it, we could still look into it, but I'm inclined to de-prioritise this at the moment if no further feedback is given. 🤔 |
On Dockerfile, you can use The script IMHO if PIE must know the bundled PHP extension is only to enable it if necessary for all SAPI installed. Enable an extension is very different from various installations. |
Ref: https://bsky.app/profile/nizzness.bsky.social/post/3lbntufzx6c2i
Extensions in the core such as PDO, curl, intl currently aren't available in PIE. Discuss how to make them available, since a root composer.json won't really work, as it's essentially one repo with a whole bunch of extensions.
The text was updated successfully, but these errors were encountered: