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

Add Support for Recommended PHP Modules #61

Open
jbodnar2 opened this issue Apr 29, 2024 · 2 comments
Open

Add Support for Recommended PHP Modules #61

jbodnar2 opened this issue Apr 29, 2024 · 2 comments
Labels
[Type] Feature Request A shiny new thing

Comments

@jbodnar2
Copy link

What

Either enable or allow users to enable/disable a greater selection of WP's "highly recommended" PHP modules, for example: curl, exif, imagick, intl.

WP's list of highly recommended modules is available in its online documentation.

Why

Many WP sites, plugins and themes require a greater array of PHP modules. Without this enhancement, Studio will be severly limited in its ability to support the design and development of complex sites, themes, and plugins.

How

No response

@jbodnar2 jbodnar2 added the [Type] Enhancement Improvement upon an existing feature label Apr 29, 2024
@danielbachhuber danielbachhuber added [Type] Feature Request A shiny new thing and removed [Type] Enhancement Improvement upon an existing feature labels Apr 29, 2024
@danielbachhuber
Copy link

Thanks for the suggestion, @jbodnar2 !

We'll need to coordinate with WordPress Playground in order to solve this. Here are a couple of related issues:

@matt-west matt-west changed the title Add Support for Reocmmended PHP Modules Add Support for Recommended PHP Modules Apr 30, 2024
@adamziel
Copy link

curl is already there for the Node.js PHP builds 🎉 exif, imagick, and intl are not. Perhaps they wouldn't be difficult to add, though? Here's the part of the repo where wasm libs are compiled if you're up for a challenge: https://github.com/WordPress/wordpress-playground/tree/trunk/packages/php-wasm/compile/

Otherwise let us know if one of these libs blocks an important use-case for Studio.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Type] Feature Request A shiny new thing
Projects
None yet
Development

No branches or pull requests

3 participants